# ink-todo-cli

> ![Gif of the app](./intro.gif)

Latest version **1.0.3** (published 2020-12-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install ink-todo-cli
pnpm add ink-todo-cli
yarn add ink-todo-cli
bun add ink-todo-cli
```

Provides the command `todo`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2020-12-20 |
| First published | 2020-12-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10 |
| Dependencies | 20 |
| Unpacked size | 3.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | nipatiitti |

## Links

- npm: https://www.npmjs.com/package/ink-todo-cli
- Repository: https://github.com/nipatiitti/ink-todo-cli
- Homepage: https://github.com/nipatiitti/ink-todo-cli#readme
- Issues: https://github.com/nipatiitti/ink-todo-cli/issues
- npm.io page: https://npm.io/package/ink-todo-cli

## Dependencies (20)

- [ink](https://npm.io/package/ink.md) ^3.0.8
- [meow](https://npm.io/package/meow.md) ^8.0.0
- [react](https://npm.io/package/react.md) ^16.14.0
- [figures](https://npm.io/package/figures.md) ^3.2.0
- [nodemon](https://npm.io/package/nodemon.md) ^2.0.6
- [react-dom](https://npm.io/package/react-dom.md) ^17.0.1
- [typescript](https://npm.io/package/typescript.md) ^4.1.3
- [@types/node](https://npm.io/package/@types/node.md) ^14.14.13
- [react-redux](https://npm.io/package/react-redux.md) ^7.2.2
- [@types/react](https://npm.io/package/@types/react.md) ^17.0.0
- [ink-big-text](https://npm.io/package/ink-big-text.md) ^1.2.0
- [ink-gradient](https://npm.io/package/ink-gradient.md) ^2.0.0
- [redux-persist](https://npm.io/package/redux-persist.md) ^6.0.0
- [ink-text-input](https://npm.io/package/ink-text-input.md) ^4.0.1
- [@reduxjs/toolkit](https://npm.io/package/@reduxjs/toolkit.md) ^1.5.0
- [@types/react-redux](https://npm.io/package/@types/react-redux.md) ^7.1.12
- [@types/ink-big-text](https://npm.io/package/@types/ink-big-text.md) ^1.2.0
- [@types/ink-gradient](https://npm.io/package/@types/ink-gradient.md) ^2.0.1
- [ink-use-stdout-dimensions](https://npm.io/package/ink-use-stdout-dimensions.md) ^1.0.5
- [redux-persist-node-storage](https://npm.io/package/redux-persist-node-storage.md) ^2.0.0

## Recent versions

- 1.0.3 (latest) — 2020-12-20
- 1.0.2 — 2020-12-20
- 1.0.1 — 2020-12-20
- 1.0.0 — 2020-12-20

## README

![Gif of the app](./intro.gif)

# ink-todo-cli

ink-todo-cli is a CLI based todo application made with [ink](https://github.com/vadimdemedes/ink#israwmodesupported) and [typescript](https://www.typescriptlang.org/)

For state management [RTK](https://redux-toolkit.js.org/) was used

## Installation

To install with yarn

```bash
yarn global add ink-todo-cli
```

## Usage

After installing it globally the program can be run with the

```bash
todo
```

command

## Development

To help with development you have to first

```bash
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.

## License

[MIT](https://choosealicense.com/licenses/mit/)

---
_Source: https://npm.io/package/ink-todo-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
