Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bolasblack/nodejs-runner


https://github.com/bolasblack/nodejs-runner

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# nodejs-runner

## Usage

```
npm install nodejs-runner -g
mkdir /tmp/foo && cd /tmp/foo
echo 'console.log "hello world"' > bar.coffee
npm init
npm install coffee-script --save-dev
noder /tmp/foo/bar.coffee
```