Skip to content

Automatically creates and sets up a new github repository

License

Notifications You must be signed in to change notification settings

samuelduartt/create-repository

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automatically creates and sets up a new github repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%