@scoir/scatterplot
v13.8.2
Published
## Contributing
Downloads
1,357
Maintainers
Keywords
Readme
Scatterplot
Contributing
setup
We use nvm
to manage the node version to developed and build with. As such, the correct version of node can be configured via nvm use
(or nvm install
).
scripts
| Syntax | Description |
| ----------- | ----------- |
| build | generate the output necessary for use in consumers |
| build:watch | execute build
as local files are changed |
| build-storybook | generate the storybook output for sharing |
| storybook | run storybook in development mode |
| lint | run linters |
| test | execute unit tests |
| coverage | execute unit tests with coverage collection enabled |
Publishing
Publishing of the module is done via GitHub Actions.