![스크린샷 2024-02-12 오후 4 06 47](https://private-user-images.githubusercontent.com/30416914/303986690-cf8403da-0db2-43ae-bdb4-646413128f1b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTY2MDgsIm5iZiI6MTczOTU1NjMwOCwicGF0aCI6Ii8zMDQxNjkxNC8zMDM5ODY2OTAtY2Y4NDAzZGEtMGRiMi00M2FlLWJkYjQtNjQ2NDEzMTI4ZjFiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE4MDUwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI5ZmY1MDMzYmMxMjA3N2ZhZmU4N2M0ZWJkMWQ1YzU1NDE5MDM3MWMzZmEzZWIxYTNkZTk4MTAzYzRkMzM0OTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.xZUc86Gf1ViAVwwodjJNyJbPtXYhAm3nunnHdygpuDQ)
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 git commands under the hood.
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.
-
Download Github-cli (https://cli.github.com/)
-
Install package globally
npm i -g oh-my-task
- Create history file (Only once just after installing package globally)
omt init -g
- Create local project configuration
omt init
-> Create task
omt create
-> Select task
omt select
-> Send Pull Request (after works)
omt pr
-> Finish Task
omt finish
-> Create task with base branch to current branch and select right away
omt create -s -c
omt select
omt select -c
omt sync
omt pr
omt finish