Boilerplate for starting you js library project using rollup, babel, nodejs and d3-chord as example internal dependency.
##Usage Fork this repo, then do npm install
npm i
check everything with
npm test
Write code in ./src , include in main.js and do
npm build
build results are in ./build folder