react-minimal-pie-chart

v7.3.1
Lightweight but versatile SVG pie/donut charts for React
react pie donough arc chart typescript

test

jest ./src --runInBand

test:bundles

npm run test:bundles:snapshot && npm run test:bundles:unit && npm run test:bundles:es5 && npm run test:bundles:size

test:bundles:unit

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

test:bundles:snapshot

jest ./jest/__tests__/bundles-snapshot.test.js

test:bundles:es5

es-check es5 './@(lib|dist)/*.js'

test:bundles:size

size-limit

test:source

npm run test:ts && npm t -- --coverage

test:ts

tsc -p tsconfig.test.json

test:update

npm run compile:source && npm run test:bundles:snapshot -- -u && git add ./jest/__tests__/__snapshots__

clean

rm -rf lib es dist types

compile

npm run clean && npm run compile:types && npm run compile:source

compile:source

rollup -c

compile:types

tsc

contrib:add

all-contributors add

contrib:generate

all-contributors generate

format

prettier --write "**/*.{js,ts,tsx,json,md}"

preversion

npm run prepare

version

git add package.json

postversion

git push && git push --tags

prepare

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

start

start-storybook -p 9001 -c .storybook

storybook:deploy

storybook-to-ghpages

storybook:build

build-storybook

Metadata

  • MIT
  • Whatever
  • Andrea Carraro
  • released 4/20/2020

Downloads

Maintainers