Skip to content

Home of the "Mastering the node.js REPL" blog post examples

License

Notifications You must be signed in to change notification settings

rcoedo/mastering-the-node-js-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastering the Node.js REPL

These are the examples for the "Mastering the Node.js REPL" article published in the Trabe medium publication.

The examples are divided in different files and the features are incrementally added for each section of the post. The examples use some ES6 features and they should be run with a node 8.9.0 (LTS) or higher.

You can run each example like this:

$ node part-2/repl-final.js

Or optionally, if you are using node 10 and you want to have await available inside the REPL:

$ node --experimental-repl-await part-2/repl-final.js

About

Home of the "Mastering the node.js REPL" blog post examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published