An open API service indexing awesome lists of open source software.

https://github.com/azakian/zak-cli

Light cli with git utils
https://github.com/azakian/zak-cli

cli git typescript

Last synced: 4 months ago
JSON representation

Light cli with git utils

Awesome Lists containing this project

README

          

# ZAK CLI

Light cli with git utils written in typescript

## Installation

```npm install zak-cli -g```

## Commands

---

### Switch Branch

Switch branch by selecting from a list.

```zak bs```

```zak switch-branch```

### Create branch

Create a new branch from the current branch.

```zak cb ```

```zak create-branch ```

### Delete branch

Delete local branches from a multi-select

```zak db```

```zak delete-branch ```

### Rename branch

Rename current local branch

```zak rb ```

```zak rename-branch ```