Skip to content

paulirish/auto_npm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto NPM

Automatically update a NPM package when you make a commit that changes the version number in package.json

####Arguments

  • --enable or -e Enable Auto NPM in a git repo
  • --disable or -d Disable Auto NPM in a git repo
  • --force or -f Force Auto NPM to rewrite any exists Git hooks that we need
  • --update or -u Updated the NPM package for the current repo
  • --help or -h Display the help dialog

Note: There hasn't been much success using git commit -a, but git commit -m works fine.

About

Automatically updated your npm packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%