1.0.7 • Published 3 years ago

cgr-cli v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Create Github Repository CLI

Creates repositories both locally and in Github and links them together with one simple command.

Setup

An environment variable CGR_AUTH with Github username and personal access token is necessary for running this CLI.
If for example your repositories are all inside one folder you can have a .env file there.

Variable should look like:

CGR_AUTH=<github-username>:<personal-access-token-with-repo-scope>

Usage

npm i -g cgr-cli
cgr-cli <new-repository-name>

or

npx cgr-cli <new-repository-name>
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago