Skip to content

aleclarson/cush-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Bundle your project whenever a file changes

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published