1.0.7 • Published 2 years ago

cgr-cli v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago