UNPKG

adventure-verify

Version:

write adventure verify functions with tape

9 lines (6 loc) 184 B
var adventure = require('adventure'); var adv = adventure('robots'); adv.add('beep boop', function () { return require('./beep_boop.js'); }); adv.execute(process.argv.slice(2));