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