Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 542 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 542 Bytes

Packageton-npm

Build Status

Packegeton-npm is a skeleton structure which helps you quick start the creation of a npm module.

Starting the application

install dependencies:

$ make install

Start:

$ make start

Running tests

Linting:

$ make analyse-code

Complete delivery:

$ make delivery

Running other tasks

See:

make help

for more info.