Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 468 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 468 Bytes

a9cdn-uploader

a simple cli to upload cdn files

install

# install global as system command
sudo npm -g install a9cdn-uploader

# show the help
a9cdn-uploader -h

how it works

scan the path and upload it's files using the relative path as URI

example

# upload `webapp/asset`'s files to cdn
a9cdn-uploader upload ../cdn.js  webapp/asset

# check the `webapp/asset`'s files with cdn
a9cdn-uploader check ../cdn.js  webapp/asset