UNPKG
ueno-cli
Version:
latest (0.2.0)
0.2.0
0.1.10
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
Ueno Command-Line Utility
github.com/ueno-llc/ueno-cli
ueno-llc/ueno-cli
ueno-cli
/
build
/
src
/
commands
/
react.js
9 lines
•
273 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
command
=
'react [command]'
;
exports
.
desc
=
'React'
;
exports
.
builder
=
(
yargs
) =>
{
return
yargs.
commandDir
(
'react'
); };
exports
.
handler
=
() =>
null
;
//# sourceMappingURL=react.js.map