UNPKG

@toolchain-js/tjs-template-rollup-library

Version:

The example Toolchain CLI template for rollup bundled library.

21 lines (12 loc) 446 B
# My library name This is rollup bundled library. ## Getting started Modify `package.json` and `README.md` files according to you project specification. Library specific code should be placed in `./src` folder. ## Builds ```shell $ npm install # to install project dependencies $ npm start # to start the rollup with watcher $ npm run build # to build with rollup ``` Files prepared for deployment will be placed in `./dist` folder.