July 2017
Intermediate to advanced
656 pages
16h 1m
English
Let's create a folder called piper, initialize it as a package, install tar-map-stream, and create an index.js file:
$ mkdir piper $ cd piper $ npm init -y $ npm install tar-map-stream $ touch index.js