@bitrise/bitviz

A collection of low level components for building rich and flexible visualisations

Usage no npm install needed!

<script type="module">
  import bitriseBitviz from 'https://cdn.skypack.dev/@bitrise/bitviz';
</script>

README

@bitrise/bitviz

Library for React Visualisation components


Setup

git clone git@github.com: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.