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
/
constants.js
6 lines
(5 loc)
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
DEFAULT_COMPONENTS_PATH
=
exports
.
DEFAULT_COMPONENTS_PATH
=
'./static/js/apps/components/'
;