kludge

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i kludge

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • finnpauls