- 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
Getting Started
        정석호 edited this page May 7, 2022 
        ·
        4 revisions
      
    todo 를 관리할 수 있는 Command Line Interface 기반의 Tool 입니다. 설치하면 todo 라는 alias 로 이용할 수 있습니다. 복잡한 기능보다 극단적인 단순함과 편리성을 목표로 개발하고 있습니다.
npx -yes @divops/todo-cli install
npx -yes @divops/todo-cli uninstall
todo add "one line todo item"
- 
todo logortodo l 
- 
todo log [Number]ortodo l [Number] 
todo done [Number]
- 
todo profileortodo p 
- 
todo profile [전환할 프로필]ortodo p [전환할 프로필] 
- save/load 를 이용하면 github cloud를 통해 연동할 수 있습니다.
 - profile을 이용하면 여러 context를 가지고 switching 할 수 있습니다.
 
- Getting-Started 👉 https://github.com/div-ops/todo-cli/wiki/Getting-Started
 - Repository 👉 https://github.com/div-ops/todo-cli
 - Bug Report 👉 https://github.com/div-ops/todo-cli/issues
 - Author 👉 https://github.com/creaticoding