Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 463 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 463 Bytes

Travis-ci

rollup-nodejs-boilerplate

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