Skip to content

Simple wrapper to `git pull` that watches for package.json updates.

License

Notifications You must be signed in to change notification settings

HideTheMonkey/gpull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpull (git pull)

gpull is a simple wrapper for git pull, with the addition that it also watches for any changes to package.json or package-lock.json and if detected will automatically run npm i afterwards.

Now you don't have to worry about your dev environment malfunctioning when someone else makes updates!!

Build

cargo build --release will create ./target/release/gpull

Installation

I recommend putting the gpull binary somewhere on your local $PATH and creating an alias like alias gpl='gpull' so you can easily run gpl in whichever repo you want.

About

Simple wrapper to `git pull` that watches for package.json updates.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages