NPM_MODULE_DESCRIPTION
- started project --> look at the todos to see what will be done
NPM_MODULE_SHORTCUT [task]
NPM_MODULE_NAME [task]
npm install NPM_MODULE_NAME -g # for global use
npm install NPM_MODULE_NAME --save # for programmatically use
- you can place a .NPM_MODULE_NAME.json file in your home directory (~/.NPM_MODULE_NAME.json)
- the following things are allowed at the moment
{
}