UNPKG
@dosmond37/firebase-storage-cli
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
Upload anything, right from your command line.
github.com/dosmond/fireup-cli
dosmond/fireup-cli
@dosmond37/firebase-storage-cli
/
lib
/
index.js
5 lines
(4 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
command_1 =
require
(
"@oclif/command"
);
exports
.
run
= command_1.
run
;