Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 509 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 509 Bytes

package-stats

This non-browser example generates several SVG charts of various package stats in this mono-repo. The charts will be saved in this example's directory.

git clone https://github.com/thi-ng/umbrella.git

# first need to build the entire mono-repo
# to produce necessary meta data
yarn install
yarn build:release

# then run example
cd umbrella/examples/package-stats
yarn build

Authors

  • Karsten Schmidt

License

© 2018 Karsten Schmidt // Apache Software License 2.0