1.3.0 • Published 2 years ago

@shahriyer/autogit v1.3.0

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

GitHub Automation CLI Tool

This is a Node CLI tool to automate The boring stuff 🚀.

GitHub tag (latest SemVer) npm (scoped) GitHub license

Installation

Install it globally and use across repositories with ease

npm i -g @shahriyer/autogit

Usage

$ autogit help

Usage

You can chain commands

$ autogit nb p pr --backTo=main

Usage

This will Create new branch ➡️ push ➡️ Open a Pull request ➡️ Checkout to main branch

What's new in v.1.2.0!

  • Async Output to the terminal🐚.
  • Now you can ⛓️chain commands and flags🏳️.

Upcoming

Upcoming feature plan and teasers :

🔲 GitHub api integration to create and update PR.

🔲 Stash and checkout to expected branch.

🔲 All local or Selected branch Pull form immediate parent & push (Updating branches for there dependent pull request).