May 2018
Intermediate to advanced
492 pages
12h 3m
English
Some packages install command-line programs. A side effect of installing such packages is a new command that you can type at the shell prompt or use in shell scripts. An example is the hexy program that we briefly used in Chapter 2, Setting up Node.js. Another example is the widely used Grunt or Gulp build tools.
The package.json file in such packages specifies the command-line tools that are installed. The command can be installed to one of two places:
Read now
Unlock full access