unbundle
Version:
`require()` and `import`/`export` in the browser, without the bundling
18 lines (15 loc) • 704 B
Markdown
# unbundle
```
Usage: unbundle [options]
Options:
-i, --entry Starting file for the application. Defaults to package.json
"main" field.
-o, --destination Directory to write output. Defaults to "./public".
Nonexistent directories are automatically created.
-s, --silent Suppress log messages from output[boolean] [default: false]
-h, --help Show help [boolean]
-v, --version Show version number [boolean]
Examples:
unbundle -i src/app.js -o dist Transpiles the app and its dependencies into
the "dist" directory.
```