Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bolasblack/nodejs-runner
https://github.com/bolasblack/nodejs-runner
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bolasblack/nodejs-runner
- Owner: bolasblack
- Created: 2017-01-26T15:07:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:32:28.000Z (about 2 years ago)
- Last Synced: 2024-11-10T03:36:32.055Z (2 months ago)
- Language: JavaScript
- Size: 254 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
```