@santosl2/utils
v0.0.25
Published
My utility library
Downloads
10
Readme
My utils project
This project contains reusable functions that I frequently use in my daily development workflow. The goal is to streamline development by centralizing useful methods in one place.
Publishing new version
To publish a new version of the package, follow these steps:
- Make sure you have committed all your changes and are on the main branch.
- Update the version number in
package.jsonaccording to semantic versioning (major, minor, patch). - Run the following command to publish the package to npm:
npm publish --access public - Verify that the package has been published successfully by checking the npm registry.
To publish in GitHub Packages, add the following to your .npmrc file:
@santosl2:registry=https://npm.pkg.github.com/Docs
Publishing and installing a package with GitHub Actions
