@bitrise/bitviz
v0.0.21
Published
A collection of low level components for building rich and flexible visualisations
Downloads
47
Keywords
Readme
@bitrise/bitviz
Library for React Visualisation components
Setup
git clone [email protected]:bitrise-io/bitviz.git
cd bitviz
yarn install
Scripts
$ yarn build
Builds the library and site
$ yarn lint
Runs Javascript linting
$ yarn serve
Serves up the static files built for the site
$ yarn start
Runs the developlement server and site
$ yarn test
Runs the unit tests for the library components
Build and Deployment
This project is following continuous deployment using Bitrise CI 🙌 with Netlify for branch deploys.
Commit Messages
Bitiz uses a strict commit message structure that follows the Conventional Commits spec. This is used to automate publishing the package to NPM and generating the changelog with Semantic Release.