0.0.1 • Published 12 years ago
mkpkg v0.0.1
Node.js packages creation as easy as mkpkg
Run mkpkg and you will be prompted to all the necessary questions to create a new Node.js package. Following Node.js recommandations and community practices, you will end with a project containing all the basic functionnalities to start your new project. Git, CoffeeScript, test engines, code coverage and many other concerns are handled based on your provided answers.
Installation
The prefered method to install mkpkg is with npm. This module is commonly installed globally. Here's how:
npm install -g mkpkgUsage
Simply execute mkpkg and you will be asked questions to prepare you new project. For power users press escape at any time to see a list of options. Availabe commands are:
[c]reateCreate your new project (default).[j]umpJump to an already answered question.[l]aodLoad a saved project definition.[q]uitCancel the project creation and leave.[r]esetErase previous answers.[s]aveWrite this project definition to a file for later usage.[v]iewView previous answers.
Feedback
There is a large place for suggestions and improvements. Feel new issues on github.
0.0.1
12 years ago