https://github.com/codeaholicguy/kobiflow
Optimizing Kobiton developer productivity by minimizing effort of using different tools
https://github.com/codeaholicguy/kobiflow
Last synced: 12 months ago
JSON representation
Optimizing Kobiton developer productivity by minimizing effort of using different tools
- Host: GitHub
- URL: https://github.com/codeaholicguy/kobiflow
- Owner: codeaholicguy
- License: mit
- Created: 2017-09-26T19:14:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T08:03:54.000Z (about 8 years ago)
- Last Synced: 2025-02-11T14:21:59.924Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Kobiflow
## Install
```
npm install -g kobiflow
```
## Using
- For first time using please use `kobiflow setup`
- TicketId is the number part which is next to KOB, e.g To start working with ticket KOB-789 you can type `kobiflow start 789`
```
Usage: kobiflow [options] [command]
Kobiflow - Kobiton workflow. For the first time using this freaking cool tool, please type `kobiflow setup` for setting up the environment
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
start [ticketIds...] Start working on tickets, open workspace
commit Record changes to current workspace
push Push code to Github and auto create pull request
list List all your workspaces
setup Setup kobiflow for the first time
cleanup Cleanup workspace
fix Fix review comments, change ticket status
```