promise-allsettled-utils
v0.1.0
Published
Utility functions to complement Promise.allSettled().
Downloads
3
Readme
promise-allsettled-utils
Utility functions to complement Promise.allSettled()
.
References
- Effective Promise Concurrency in JavaScript blog post by Steve Sewell.
Development
Install fnm (if necessary).
fnm install && fnm use && node --version
npm install
npm run format
npm run lint
npm run build
npm pack --dry-run
Deployment
npm version --no-git-tag-version patch
npm version --no-git-tag-version minor
npm version --no-git-tag-version major
- Commit and push changes.
- Create a tag on GitHub Desktop.
- Check Codeberg.
npm publish
- Check npm.