Skip to content

LarsenCundric/git-enhanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

git-enhanced

Install all git power tools at once. One package, four superpowers.

git-enhanced is a meta-package -- it has no code of its own. It simply installs four standalone git CLI tools as dependencies so you can get them all with a single command.

Install

npm install -g git-enhanced

This installs all of the following tools as global commands:

Included tools

Command Package What it does
git who git-who-cli Find who knows a file or codebase best
git standup git-standup-cli What did I do yesterday?
git nuke git-nuke-cli Delete a branch everywhere
git undo smart-git-undo Smart undo for any git operation

Or install individually

Each tool is its own standalone package. Install only what you need:

npm install -g git-who-cli
npm install -g git-standup-cli
npm install -g git-nuke-cli
npm install -g smart-git-undo

License

MIT

About

Install all git power tools at once. One package, four superpowers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors