1.0.3 • Published 4 years ago
ink-todo-cli v1.0.3
ink-todo-cli
ink-todo-cli is a CLI based todo application made with ink and typescript
For state management RTK was used
Installation
To install with yarn
yarn global add ink-todo-cli
Usage
After installing it globally the program can be run with the
todo
command
Development
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
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.