Skip to content

dividab/abstract-visuals

Repository files navigation

abstract-visuals

build Coverage Status code style: prettier types MIT license

This is a monorepo managed using lerna.

For more information see the readme for each package:

Package Version README CHANGELOG
abstract-image npm version README CHANGELOG
abstract-chart npm version README CHANGELOG
abstract-document npm version README CHANGELOG

There is also a package with examples:

How to develop

For development of the react components, use yarn storybook to start storybook in development mode.

For the other packages, use yarn test to test them.

How to publish

First update changelog.

The packages are published on npmjs.org. To publish run this command:

yarn publish-npm

It will build the packages and call lerna publish which will figure out which packages has changed, ask for new versions of them, and then publish them.