September 2017
Intermediate to advanced
392 pages
12h 9m
English
This chapter covers
Node command-line utilities are used everywhere, from project automation tools, such as Gulp and Yeoman, to XML and JSON parsers. If you’ve ever wondered how to build command-line tools with Node, this chapter will show you everything you need to know to get started. You’ll learn how Node programs accept command-line arguments and how to handle I/O with pipes. We’ve also included shell tips that will help you use the command line more effectively.
Although writing command-line tools with Node isn’t hard, it’s important to follow community conventions. This chapter includes ...
Read now
Unlock full access