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
- Host: GitHub
- URL: https://github.com/azakian/zak-cli
- Owner: azakian
- Created: 2025-03-31T19:31:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-04T19:44:57.000Z (11 months ago)
- Last Synced: 2025-10-19T09:46:55.372Z (9 months ago)
- Topics: cli, git, typescript
- Language: TypeScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ```