Is it possible to run a nodejs script using the atom nodejs installation?
For instance I run a script using a command line such:
node r.js -o build.js
I would like to know if there is a way to do the same without having a separate nodejs installation.