Skip to content

References

Prasad Talasila edited this page Jun 25, 2017 · 25 revisions

Frameworks

caporal.js - building commandline apps in node.js website, tutorial
commander.js - most-popular CLI framework in node.js website
vorpal - immersive CLI builder framework
vantage - CLI + SSH + REPL for your live node app; built on top of vorpal
lodash - tutorial
node-config - node.js configuration library
Crypto-js - crypto library.

Documentation

JSDoc - home, tutorial

Testing

CLI Testing - use child process and streams modules along with mocha and chai. tutorial
Streams documenatation

Books to Read

Eloquent Javascript
ExploringJS - Speaking JavaScript, Exploring ES6, Exploring ES2016 and ES2017
Book list
superherojs - compilation of resources
Venkat Subramaniam - Test-Driving JavaScript Applications: Rapid, Confident, Maintainable Code