1.1.0 • Published 3 years ago

@http-utils/core v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

HTTP Utils

styled with prettier Commitizen friendly

Foundational utilities for HTTP, REST & HATEOAS

Build Process

Typical commits

Always do commits in conventional commit format. This step can be repeated any number of times during the development process.

git status
git add --all
yarn cz-commit # interactive conventional commit
git push

Release to NPM

# Make sure local build runs successfully
yarn build:local

# Detemine which packages have changed
yarn changed

# Go to each changed package.

# 1. Manually change the version number in package.json. Use semver.

# 2. Commit and push (see above)

# 3. Rebuild the package
yarn build:local

# 4. Release to npm
npm publish

# 5. Tag the release and push the tag to remote