Skip to content

Instantly share code, notes, and snippets.

@prisme
Last active August 29, 2015 14:19
Show Gist options
  • Save prisme/d85da2a29f971c355ac7 to your computer and use it in GitHub Desktop.
Save prisme/d85da2a29f971c355ac7 to your computer and use it in GitHub Desktop.
fast prototype
npm install -g beefy
mkdir proto && cd proto
touch index.js
npm init
npm install installify
beefy index.js -- -t installify
# open devtools
# add folder to workspace
# edit index.js e.g. var module = require('anything-from-npm')
# profit
# doesn't work with --live beefy option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment