CloneGithubOrg by chadly

<PackageReference Include="CloneGithubOrg" Version="1.1.1" />

 CloneGithubOrg 1.1.1

A .net CLI utility to clone all repositories in a Github org.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>CloneGithubOrg</id>
    <version>1.1.1</version>
    <title>Clone Github Org</title>
    <authors>chadly</authors>
    <owners>chadly</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <description>A .net CLI utility to clone all repositories in a Github org.</description>
    <tags>clone github git organization cli</tags>
    <packageTypes>
      <packageType name="DotnetTool" />
    </packageTypes>
    <repository url="https://github.com/chadly/clone-github-org" />
  </metadata>
</package>