ink-todo-cli is a CLI based todo application made with ink and typescript
For state management RTK was used
To install with yarn
yarn global add ink-todo-cli
After installing it globally the program can be run with the
todo
command
To help with development you have to first
yarn install
(or npm install
)
And then you can run
yarn dev
Which will start development version with automatic reloads
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.