create-github-repo

0.2.2 • Public • Published

sloth is life

Create your github repos like a champ!

npm version Twitter Follow Twitter URL

forthebadge forthebadge

That's right! There's no need to open your browser! ⚡️ It's incredibly fast and easy to use, all you need to do is create your own access token (repo scope) only once and you're ready to go! 🙌

Motivation for this project is to save your precious time, I think that the whole process of changing the window and navigating to Github's website just to create empty project is a pain in the ass.

Install

$ npm i -g create-github-repo

Usage

Depending on your needs / preferences you can either store your access token as a system environment:

export CREATE_GITHUB_REPO_TOKEN=<access_token>
 
$ create-github-repo --name "My coolest repo yet!"

or you can just pass it directly when using tool:

$ create-github-repo <access_token> --name "My coolest repo yet!"

DEMO

Success

Success demo

Failure

Failure demo

Inspiration

My inspiration was this awesome tool created by Denis Sokolov

License

MIT © Oskar Cieslik

Package Sidebar

Install

npm i create-github-repo

Weekly Downloads

12

Version

0.2.2

License

MIT

Last publish

Collaborators

  • oskarcieslik