Package used in my DevHunters Framework and my plugins to add some utility functions
git clone https://github.com/puyaalexxx/devhunters-utils.git
- make the changes
- update the
package.json
version - optional npm update --save
-optional
- to update the packages versions and the package-lock.json- run
npm run build
- compile the ts files to js files - commit the changes
git status
git add --all
git commit -m "commit message"
git push origin main
In the devhunters folder run this command to update the package version:
npm update devhunters-utils
When installing all packages in the devhunters folder, the latest package version will be installed by default.