0.3.0 • Published 8 months ago
svgo-utils v0.3.0
svgo-utils
Utility functions and constants to power SVGO.
- Source code
- npm package
- Licenses
- Package Phobia
- bundlejs
- npm trends
- Snyk Advisor
- Visualization of npm dependencies
- NPM Chart
Development
Install fnm (if necessary).
fnm install && fnm use && node --version && npm --version
npm install
npm run lint
npm run format
npm run test
Deployment
npm version patch
npm version minor
npm version major
npm run build
npm pack --dry-run
echo "v$(npm pkg get version | tr -d \")" | pbcopy
- Commit and push changes.
- Create a tag on GitHub Desktop.
- Check Codeberg.
npm login
npm publish
- Check npm.