Skip to content

Instantly share code, notes, and snippets.

@warlock
Last active August 2, 2017 12:00
Show Gist options
  • Save warlock/eb8bebf058f6fe3dd2f087bb7e2b9dae to your computer and use it in GitHub Desktop.
Save warlock/eb8bebf058f6fe3dd2f087bb7e2b9dae to your computer and use it in GitHub Desktop.
NPX TESTING
#!/usr/bin/env node
const sb = require('spellbook')
console.log('test')
console.log(sb.random(0,5))
{
"name": "josep-gist",
"version": "0.0.0",
"bin": "./index.js",
"dependencies": {
"spellbook": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment