UNPKG

pixgo

Version:

A CLI tool to upload images to Cloudinary

4 lines 203 B
export { uploadCommand } from './upload.js'; export { deleteCommand } from './delete.js'; export { historyCommand } from './history.js'; export { getConfigCommand, initConfigCommand } from './config.js';