0.1.0-beta.3 • Published 6 years ago

@huozhi/burrito v0.1.0-beta.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

burrito

zero config bundler for js library

Installation

npm install --global @huozhi/burrito

Usage

# assume your file entry is ./src/index.js
# make sure there is a package.json file in your project root directory
# make sure there are `main` and `name` fields in package.json for description

cd <project-root-dir>
bo ./src/index.js