@toolchain-js/toolchain-rollup-bundler
Version:
The example Toolchain CLI toolchain for bundling libraries with Rollup.
13 lines (8 loc) • 431 B
Markdown
# @toolchain-js/toolchain-rollup-bundler
This is the example Toolchain CLI toolchain for bundling libraries with Rollup.
It is used through `@toolchain-js/tj-template-rollup-library` and Toolchain CLI:
```shell
$ npx create-toolchain project-name --template @toolchain-js/rollup-library
```
For detailed usage of Toolchain CLI, please check [create-toolchain](https://github.com/Toolchain-JS/create-toolchain)
documentation.