Skip to content

NPM package with utility functions used in devhunters framework

Notifications You must be signed in to change notification settings

puyaalexxx/devhunters-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevHunters Utils npm package

Package used in my DevHunters Framework and my plugins to add some utility functions

How to use:

  • 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.

About

NPM package with utility functions used in devhunters framework

Resources

Stars

Watchers

Forks

Packages

No packages published