mattdesl / ideas

brainstorming / ideas
MIT License
27 stars 0 forks source link

Github Repo Creator #4

Closed mattdesl closed 9 years ago

mattdesl commented 9 years ago

This is already in the works..

A CLI to create a new GitHub repo from the current (module) folder. Checks package.json to determine description, name, homepage, etc. Also adds and commits the files so it just boils down to one line. With #1 the process would look like this:

# make a new module folder
mkdir my-funky-module && cd my-funky-module
# scaffold it out
scaffold es6
# .. code some stuff ..
# publish my-funky-module to github
ghrepo
mattdesl commented 9 years ago

https://github.com/mattdesl/ghrepo