@setapp/setapp-button
v1.0.0
Published
Setapp button for vendors sites
Downloads
6
Keywords
Readme
Desktop-App-Helper
Contributing guide
- Create feature branch and perform changes.
- Push changes to the origin and create pull-request.
- After pull-request merging update local master.
- Bump version and add a tag (for example using
npm version
). - Build module
npm run build
. - Push changes to the origin.
- Publish new version to NPM.
Versioning rules
- patch - new features and non-breaking fixes for existing ones. Does not require related projects updating
- minor - breaking changes that require related projects updating
- major - reserved for major updates
Testing in related projects
There is a way to test new version of desktop-app-helper without publishing it to NPM:
- Execute
npm link
inside desktop-app-helper project root. - Execute
npm link @macpaw/desktop-app-helper
inside related project's root. - Rebuild related project if needed.
Scripts
npm run lint
- check code with eslintnpm run build
- it will generate lib dir with ES4 files