react-extra-tabler-icons
v0.1.0
Published
React components for adapted icons to complement Tabler Icons.
Downloads
4
Readme
react-extra-tabler-icons
React components for adapted icons to complement Tabler Icons.
- Source code
- npm package
- Licenses
- Package Phobia
- bundlejs
- npm trends
- Snyk Advisor
- Visualization of npm dependencies
Development
Install fnm (if necessary).
fnm install && fnm use && node --version && npm --version
npm install
npm run build
npm run lint
npm run format
Deployment
npm pack --dry-run
npm version patch
npm version minor
npm version major
echo "v$(npm pkg get version | tr -d \")" | pbcopy
- Commit and push changes.
- Create a tag on GitHub Desktop.
- Check GitLab.
npm login
npm publish
- Check npm.