1.0.0 • Published 9 years ago

kludge v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

kludge

NPM

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.js

It will download the cat-ascii-faces dependency and run the file.