0.1.2 • Published 5 years ago

@bunchee/bunchee v0.1.2

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

bunchee

zero config bundler for js library

Installation

npm install --global @bunchee/bunchee

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>
bun ./src/index.js