UNPKG

hapi.app

Version:

HAPI application generator

8 lines (5 loc) 323 B
# the following are the two things your command needs to export module.exports.command = #your command function goes here! # this is shown when you run "hapi" without any parameters # or if your command raises an Error with a message "wrong number of arguments" module.exports.help = #your command help string goes here!