UNPKG
botfuel-cli
Version:
latest (0.1.0)
1.0.3
1.0.2
1.0.1
1.0.0
0.1.0
Command Line Interface for Botfuel-dialog
github.com/Botfuel/botfuel-cli
Botfuel/botfuel-cli
botfuel-cli
/
commands
/
generate.js
8 lines
(7 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
exports
.
command
=
'generate <command>'
exports
.
aliases
= [
'g'
]
exports
.
description
=
'Generate cool stuff'
exports
.
builder
=
function
(
yargs
) {
return
yargs.
commandDir
(
'generate_cmds'
) }
exports
.
handler
=
function
(
argv
) {}