0.1.1 ā€¢ Published 3 years ago

ezpush v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

A simple CLI to git add, commit and push in one go

šŸ  Homepage

Install

#  with npm
npm i -g ezpush

# with yarn
yarn add global ezpush

# with npm using the github repo
npm i -g git+https://github.com/Anirudh4583/ezpush.git

Usage

ezpush <commit message> --options <arguments>

OPTIONS
  --skip or -s                      skip commit message and use default
  --branch or -b <branch name>      specify branch, defaults to master
ezpush "first commit" # pushes to origin master with entered commit message

ezpush -s # pushes to origin master with default commit message

ezpush "first commit" -b main # pushes to origin main with entered commit message

Author

šŸ‘¤ Anirudh Mitra anirudhmitra210@gmail.com

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2021 Anirudh Mitra <anirudhmitra210@gmail.com>. This project is MIT licensed.

0.1.1

3 years ago

0.1.0

3 years ago