UNPKG

git-swap

Version:

Interactive, pure-shell menu for switching between git branches

36 lines (35 loc) 771 B
{ "name": "git-swap", "version": "1.1.2", "description": "Interactive, pure-shell menu for switching between git branches", "bin": { "git-swap": "bin/git-swap" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/alexkuz/git-swap.git" }, "keywords": [ "shell", "shell-script", "bash", "git", "branch", "menu", "select", "switch", "terminal" ], "author": "Alexander <alexkuz@gmail.com> (http://kuzya.org/)", "license": "MIT", "bugs": { "url": "https://github.com/alexkuz/git-swap/issues" }, "homepage": "https://github.com/alexkuz/git-swap#readme", "dependencies": { "shell-menu": "^1.0.1" } }