oh-my-task
v1.3.0
Published
OH-MY-TASK is mainly focused on helping indie developers to manage their projects neatly.
Downloads
49
Maintainers
Readme
OH-MY-TASK
Introduction
OH-MY-TASK is mainly focusing on helping indie developers to manage their projects neatly. It basically do things by unit called 'Task' and connects Task related actions with wrapped git commands.
Goal is to let indie developers free from forgetting what to do, spliting tasks from large commits etc.
Note It will force developers to manage there works( not Task ) with PR.
Major Command Flows
Installation
Download Github-cli (https://cli.github.com/)
Install package globally
npm i -g oh-my-task
Initialize
- Create history file (Only once just after installing package globally)
omt init -g
- Create local project configuration
omt init
Usage
Challenge 1 : General task life cycle
-> Create task
omt create
-> Select task
omt select
-> Send Pull Request (after works)
omt pr
-> Finish Task
omt finish
Challenge 2 : Speedy selection
-> Create task with base branch to current branch and select right away
omt create -s -c
Challenge 3 : Select from existing Tasks
omt select
Challenge 4 : Select from existing Tasks base on current branch
omt select -c
Challenge 5 : Sync task histories to (SyncFile) (default :: README.md)
omt sync
Challenge 6 : Send PR
omt pr
Challenge 7 : Finish Task
omt finish