UNPKG
cr-react-cli
Version:
latest (1.6.1)
1.6.1
1.6.0
1.5.2
1.5.1
1.5.0
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Create react files with a single command
github.com/sasa-djuric/react-cli
sasa-djuric/react-cli
cr-react-cli
/
commands
/
base.high.command.js
6 lines
(5 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
class
BaseHighCommand
{
constructor
(
) { } }
exports
.
default
=
BaseHighCommand
;