0.1.0 • Published 6 years ago

cush-cli v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

cush-cli v0.1.0

The easiest way to bundle your project using cush.

cush <main> -o <dest> -t <platform> [-p]

 

The platform may exist in dest instead of being specified separately. The only difference is the bundle path.

cush index.js -o bundle.web.js

# almost identical to:
cush index.js -o bundle.js -t web

 

The -p flag minifies the bundle and exits after the first build. Additionally, the bundle name has a content hash. This is known as the "production" bundle.

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago