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-native
/
update.js
9 lines
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
command
=
'update'
;
exports
.
desc
=
'update react native project'
;
exports
.
builder
= {};
exports
.
handler
=
() =>
{
console
.
log
(
'TODO'
); };
//# sourceMappingURL=update.js.map