1.3.0 • Published 10 years ago

create-repository v1.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

create-repository

Easily set up a new github repository. Reads the name/description from the package.json file if it's present. Sets origin upstream if it's not already set.

npm install create-repository -g

Usage

create-repository will try to read package.json and use the name and description properties.

$ create-repository

You can also pass values for name and description.

$ create-repository --name my-new-project --description "That's all I have to say about that"

License

MIT

1.3.0

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago