dnd-module
v3.3.1
Published
A library of React components for the purpose of building dnd modules
Downloads
16
Readme
DND Module
A library of React components for the purpose of building dnd modules
Documentation
https://havok2905.github.io/dnd-module
Dependencies
- node >= 8.12.0
- npm >= 6.4.1
Setup
- npm install
- npm run storybook
Commands
- npm run build Compiles the current library into a distributable package
- npm run eslint Will run eslint on the project
- npm test Runs all tests with aggregate test coverage
- npm run unit-test-coverage Runs all unit tests with coverage
- npm run enzyme-test-coverage Runs all enzyme tests with coverage
- npm run storybook Builds the storybook project and runs on localhost
- npm run build-storybook Builds the storybook and outputs it to a .out dir
- npm run deploy-storybook Deploys the result of build-storybook to gh-pages
- npm run stylelint Runs stylelint
Release
- Run a dist build
- Set a new versioned, tagged branch, using semantic versioning standards. https://semver.org/
- Make a PR into master
- Publish master to NPM