# 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. 
