0.1.0 • Published 1 year ago

git-away v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Git Away

A script that allows you to clean your merged (and non-merged) branches in a repository interactively.

Running

Run immediately

The simplest way is via npx if you have NodeJS installed on your machine. Simply open a terminal and type:

npx git-away

Install

You can also install globally

npm install -g git-away

and then use it without npx:

git-away