Skip to content

sinmsinm/tsugi-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tsugi Node Library

We are using NodeJS 6.0, ES6, and Express for the Node version of Tsugi.

We are using an OO model where we need to work with all of these simultaneously:

  • ES6
  • NodeJS require pattern
  • esdoc

Of course do this after downloading:

npm install

To run test code:

mocha

It is not a server - more of a simple straight line test. You can also run nodemon if you want it to watch the folder and restart on any file change.

To make the documentation install ESDOC and run:

esdoc -c esdoc.json

And open esdoc/index.html

About

The NODEJS version of the Tsugi Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%