1.0.0 • Published 11 years ago
kludge v1.0.0
kludge
Run a Node snippet and resolve require()d external dependencies
Install it with npm i kludge -g
Let's say you only have a file like this catface.js:
var cats = require('cat-ascii-faces')
console.log(cats())$ kludge catface.jsIt will download the cat-ascii-faces dependency and run the file.
1.0.0
11 years ago
