1.3.0 • Published 29 days ago

oh-my-task v1.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
29 days ago

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

Select Command

Create Command

PR Command

Finish Command

Installation

  1. Download Github-cli (https://cli.github.com/)

  2. 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
1.3.0

29 days ago

1.2.0

3 months ago

1.1.1

3 months ago

1.1.0

3 months ago

1.2.3

3 months ago

1.2.2

3 months ago

1.2.1

3 months ago

0.1.2

3 months ago

0.1.1

3 months ago

0.1.4

3 months ago

0.1.3

3 months ago

0.1.5

3 months ago

0.1.0

3 months ago

0.0.10

3 months ago

0.0.1

3 months ago

0.0.0

3 months ago