/$$$$$$$ /$$ /$$ /$$ /$$
| $$__ $$ |__/| $$ | $$ | $$
| $$ \ $$ /$$$$$$ /$$| $$ /$$$$$$ /$$$$$$ /$$$$$$ | $$ /$$$$$$ /$$$$$$ /$$$$$$
| $$$$$$$ /$$__ $$| $$| $$ /$$__ $$ /$$__ $$ /$$__ $$| $$ |____ $$|_ $$_/ /$$__ $$
| $$__ $$| $$ \ $$| $$| $$| $$$$$$$$| $$ \__/| $$ \ $$| $$ /$$$$$$$ | $$ | $$$$$$$$
| $$ \ $$| $$ | $$| $$| $$| $$_____/| $$ | $$ | $$| $$ /$$__ $$ | $$ /$$| $$_____/
| $$$$$$$/| $$$$$$/| $$| $$| $$$$$$$| $$ | $$$$$$$/| $$| $$$$$$$ | $$$$/| $$$$$$$
|_______/ \______/ |__/|__/ \_______/|__/ | $$____/ |__/ \_______/ \___/ \_______/
| $$
| $$
|__/
Boilerplate for creating a Node.js, Express.js and mongoose application.
clone repo
npm install
node boilerplate
The Node Boilerplate utilizes Grunt to run tests, create api-docs, create jsdocs and to run jslint on all files. Here are the Grunt commands that are available
grunt test
This command will run all tests that are located in the test folder.
grunt docs
This command will create api-docs and jsdocs.
grunt cleanup
This command will run jslint on all files.