eth-git-flow
v0.1.6
Published
automation for git processes
Readme
eth-git-flow
Why?
creating and fixing PRs is done manually through github's GUI. eth-git-flow makes the process automatic from our beloved terminal.
Install
npm i -g eth-git-flowUsage
once installed, run egf in a working directory to push branch and follow instructions to create or edit the pr of the current working branch.
Development
git clone [email protected]:goldylucks/eth-git-flow.git
cd eth-git-flow
npm start