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