-
Notifications
You must be signed in to change notification settings - Fork 10
References
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, good code structure
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.
inquirer.js - a node.js library for creating interactive CLI
abbrev-js - provide abbreviation of terms for CLI tools
JSDoc - home, tutorial
tutorial on require module
helpful Node.js articles
CLI Testing - use child process and streams modules along with mocha and chai. tutorial
Streams documenatation
unit testing CLI programs
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
- Autolabcli v1.0.0 Docs
- Submission Workflow
- Architecture
- Refactoring Advice
- Feature Development
- Autolabcli Tests
- Events Doc
- Sequence Diagrams
- Testing in Javascript
- Libraries
- Debug Techniques
- Arrow Functions
- Autolabcli v0.1.1 Docs
- References