Author: @bradreeder
Maintainer: @bradreeder
A tutorial that takes you through the basics of doing shell scripting with node.js. It culminates in a project using the lessons learned to build a small command-line tool.
See LESSON1.md for the first lesson, LESSON2.md for the second, and PROJECT.md for the final project.
Some useful resources for the project:
- On using colour & styles on the output of your terminal stdout's: this and this.
- On creating a terminal-menu: this and this.
- On displaying images (ascii art) in the terminal.