sic utils
npm install sic-utilbash
install dependencies
$ npm install
develop library by docs demo
$ npm start
build library source code
$ npm run build
build library source code in watch mode
$ npm run build:watch
check your project for potential problems
$ npm run doctor
build docs
$ npm run docs:build
``