UNPKG
pixgo
Version:
latest (2.0.0)
2.0.0
1.0.5
A CLI tool to upload images to Cloudinary
pixgo
/
src
/
commands
/
index.js
4 lines
•
203 B
JavaScript
View Raw
1
2
3
4
export
{ uploadCommand }
from
'./upload.js'
;
export
{ deleteCommand }
from
'./delete.js'
;
export
{ historyCommand }
from
'./history.js'
;
export
{ getConfigCommand, initConfigCommand }
from
'./config.js'
;