Skip to content

Getting Started

정석호 edited this page May 7, 2022 · 4 revisions

0. Overview

todo 를 관리할 수 있는 Command Line Interface 기반의 Tool 입니다. 설치하면 todo 라는 alias 로 이용할 수 있습니다. 복잡한 기능보다 극단적인 단순함과 편리성을 목표로 개발하고 있습니다.

1. Install

  • npx -yes @divops/todo-cli install

2. Uninstall

  • npx -yes @divops/todo-cli uninstall

3. Usage

  • todo add "one line todo item"
  • todo log or todo l
  • todo log [Number] or todo l [Number]
  • todo done [Number]
  • todo profile or todo p
  • todo profile [전환할 프로필] or todo p [전환할 프로필]

Feature

  • save/load 를 이용하면 github cloud를 통해 연동할 수 있습니다.
  • profile을 이용하면 여러 context를 가지고 switching 할 수 있습니다.

@divops/todo-cli를 사용해주셔서 감사합니다. 🙇