@toolchain-js/tjs-template-rollup-library
Version:
The example Toolchain CLI template for rollup bundled library.
13 lines (8 loc) • 416 B
Markdown
# @toolchain-js/tjs-template-rollup-library
This is the example Toolchain CLI template for rollup bundled library.
To use this template start the new project by running Toolchain CLI:
```shell
$ npx create-toolchain my-library-name --template @toolchain-js/rollup-library
```
For detailed usage of Toolchain CLI, please check [create-toolchain](https://github.com/Toolchain-JS/create-toolchain)
documentation.