pto-engine
v0.2.2
Published
PTO calculation made easy.
Downloads
1
Readme
Available Scripts
npm test
Run tests.
Release Workflow
- [ ] Update
package.json
. - [ ] Update
CHANGELOG.md
with notes for the new release version. - [ ] Create a tag
git tag -a v1.0.0
with release notes fromCHANGELOG.md
. - [ ] Push the tag
git push --tags
. - [ ] Draft a new release on GitHub.
- [ ] Run
npm publish
.