rcreate
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

rcreate

Simple CLI to create a new repo on github

oclif Version

Install

npm i -g rcreate

Usage

  • Create a new project:
$ rcreate -t <github-token> <project-name>
  • If in the current folder there's already a folder called "project-name" you can override it with -f, otherwise the process will exit:
$ rcreate -f -t <github-token> <project-name>
  • To set a default Github Authorization Token run: (it will be saved in the .rcreate-config.json file in your home folder)
$ rcreate -s -t <github-token>
  • If a default Github Authorization Token is detected, to create a new project run:
$ rcreate <project-name>

Package Sidebar

Install

npm i rcreate

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

9.93 kB

Total Files

13

Last publish

Collaborators

  • aldotestino