Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 536 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 536 Bytes

NPM_MODULE_NAME

NPM_MODULE_DESCRIPTION

Description

  • started project --> look at the todos to see what will be done

Run

NPM_MODULE_SHORTCUT [task]
NPM_MODULE_NAME [task]

Install

npm install NPM_MODULE_NAME -g # for global use
npm install NPM_MODULE_NAME --save # for programmatically use

Tasks

Config

  • 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
{
}

Lessons Learned