UNPKG
superdonut
Version:
latest (0.0.2)
0.1.1-development
0.1.0-development
0.0.9-development
0.0.8-development
0.0.7-development
0.0.6-development
0.0.5-development
0.0.4-development
0.0.3-development
0.0.2
0.0.2-development
0.0.1
0.0.1-development
Superdonut CLI
github.com/heybrunoandrade/superdonut
heybrunoandrade/superdonut
superdonut
/
src
/
commands
/
configure-api.js
12 lines
(10 loc)
•
240 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
command
= { name:
'configure:api'
, description:
'Setting up your api file'
,
alias
: [
'c:api'
], run: async toolbox => { const {
print
, prompt, system } = toolbox print.info(
'Coming Soon'
) } } module.exports =
command