Skip to content

szarkowicz/nodeslash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeSlash - The Learn All The Nodes running project

Current Episode

Sometimes when you're working on an app you need to be able to run arbitrary commands. You want to play with your app's modules without running a server. You just want to be able to execute arbitrary statements and immediately see the results. You want a REPL, or read-eval-print-loop that knows about your application.

You can achieve this with the basic node command and a few require statements, but why stop there when you can get crazy with it? That's exactly what we do in this episode.

Notes

Opening clipart

repl documentation

Episode code

Previous episodes' code

From Episode 17 on, all the NodeSlash code will be in 1 repo with a different tag for each episode. To get the code for a particular episode, use the tags navigation above.

About

The running project from Learn All The Nodes

Resources

Stars

Watchers

Forks

Packages

No packages published