0.1.2 • Published 10 years ago

major-init v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Major-init

Majordomo command for initialization of a project.

Installation

$ npm install major-init

Usage

$ majordomo init

Modules

  • writes chosen modules to .majorfile

git

  • 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

npm

  • writes details you gave to package.json

bower

  • writes details you gave to bower.json

Todo

  • authorize user via npm adduser if npm module is used

License

Major-init is MIT licensed. Feel free to use it, contribute or spread the word. Created with love by Petr Nevyhoštěný (Twitter).

0.1.2

10 years ago

0.1.0

10 years ago