UNPKG
create-7geese-component
Version:
latest (1.0.0)
1.0.0
0.1.0
💎 A CLI for creating new 7Geese components
create-7geese-component
/
bin
/
prompts.js
11 lines
(10 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= [{
type
:
'input'
,
name
:
'name'
,
message
:
'What would you like to name your component?'
,
default
:
'MyComponent'
}];