Majordomo command for initialization of a project.
$ npm install major-init
$ majordomo init
- writes chosen modules to .majorfile
- initializes empty Git repository
- creates .gitignore with
node_modules/
and.majorfile
- create LICENSE file with license you chose
- if you use GitHub it will add remote url to your GitHub repository
- writes details you gave to package.json
- writes details you gave to bower.json
- authorize user via
npm adduser
if npm module is used
Major-init is MIT licensed. Feel free to use it, contribute or spread the word. Created with love by Petr Nevyhoštěný (Twitter).