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

tholcman/id-dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors