Reusable constants for different projects.
Install fnm (if necessary).
fnm install && fnm use && node --version && npm --version
npm install
npm run lint
npm run format
npm run build
npm pack --dry-run
npm version patch
npm version minor
npm version major
- Update the version in the
API
,Licenses
, andPackage Phobia
links at the top. - Commit and push changes.
- Create a tag on GitHub Desktop.
- Check GitLab.
npm login
npm publish
- Check npm.