create-module
create-module copied to clipboard
Helper to create a module
more of a discussion than a true PR a slightly more opinionated version, but [standard](https://npmjs.org/package/standard) is gaining steam (it was adopted by [npm](https://npmjs.org/package/npm) recently), and [pre-commit](https://npmjs.org/package/pre-commit) is great for repos...
``` C:\Users\Michael\Github>create-module ftp-editor Your GitHub username: ArtskydJ Your GitHub password: ✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔ Creating GitHub repo.. Created repo ArtskydJ/ftp-editor Creating directory C:\Users\Michael\Github\ftp-editor Initialize git.. Create readme.md... Create .gitignore... events.js:85 throw er; //...
@dshaw suggested we should add a CONTRIBUTING.md file that outlines directions in contributing. https://github.com/nodeconf/Adventure-UNCONF/issues/21 One example provided by github themselves was puppet https://raw.githubusercontent.com/puppetlabs/puppet/master/CONTRIBUTING.md or from factory_girl_rails https://raw.githubusercontent.com/thoughtbot/factory_girl_rails/master/CONTRIBUTING.md Should the scaffolding...
What do you think of instead of echo "node_modules", stream https://raw.githubusercontent.com/github/gitignore/master/Node.gitignore >> .gitignore?
It would be nice if this tool worked with https://github.com/mafintosh/create-project That project has a very nice way of using templates to get the initial repo structure, it is just missing...
Possibly with a `--test` or `--no-test` flag, in case this doesn't make sense. Would like to use the `ciabatta` module for this. Maybe it should check if this is in...