Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (27 loc) · 497 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 497 Bytes

id-dictionary

Just hobby project in node.js, using express.js and so

run server

./bin/www

OR

nodemon bin/www

run tests with globally installed mocha

mocha app/**/*UnitTest.js

run acceptance tests, while server is running

mocha app/**/*AcceptanceTest.js

run ALL tests, while server is running

mocha app/**/*Test.js

Generate documentation:

docco app/api/id-dictionary/*.js

Documentation should be in .gitignore, but for now it's part of repo