react-minimal-pie-chart

v3.5.0
Lightweight but versatile SVG pie/donut charts for React
react pie donough arc chart

test

jest

test:bundles

jest --config ./jest/es.config.js && jest --config ./jest/lib.config.js && jest --config ./jest/dist.config.js

test:source

npm run lint && npm t -- --coverage

clean

rm -rf lib es dist

compile

npm run clean && BABEL_ENV=rollup rollup -c

contrib:add

all-contributors add

contrib:generate

all-contributors generate

lint

eslint .

lint:fix

npm run lint -- --fix

format

prettier --write "**/*.{js,jsx,json,md}" && npm run lint:fix

preversion

npm run prepublish

version

git add package.json

postversion

git push && git push --tags

prepublish

npm run test:source && npm run compile && npm run test:bundles

precommit

lint-staged && npm test

start

start-storybook -p 9001 -c .storybook

storybook:deploy

storybook-to-ghpages

storybook:build

build-storybook

Metadata

  • MIT
  • Whatever
  • Andrea Carraro
  • released 2/27/2019

Downloads

Maintainers