0.1.0 • Published 4 years ago

auto-github-repo v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

auto-github-repo

Small script to batch create and push Github repositories from all directories in selected folder!

Usage

npx auto-github-repo

or

npm install -g auto-github-repo

auto-github-repo

Posibilities

  • passing path to main folders containing folders which should be published
  • auto creating GithubRepos with name form user defined pattern
  • auto committing and pushing repos to newly created remotes
  • optional copying files to all repos form provided directory (eg. the same README in all repos etc.)

Requirements

github/hub installed and authenticated on the machine. The package use it as GitHub CLI.