# todo-cli-nodejs

> a CLI tool to show/add/delete/update a todoList in Terminal/cmd

Latest version **0.0.5** (published 2020-07-21) · MIT license · 0 weekly downloads

## Install

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

Provides the command `todo`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2020-07-21 |
| First published | 2020-07-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Jiawei |
| Maintainers | liuernan |

## Links

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

## Dependencies (2)

- [inquirer](https://npm.io/package/inquirer.md) ^7.3.2
- [commander](https://npm.io/package/commander.md) ^5.1.0

## Recent versions

- 0.0.5 (latest) — 2020-07-21
- 0.0.4 — 2020-07-20
- 0.0.3 — 2020-07-20
- 0.0.2 — 2020-07-20
- 0.0.1 — 2020-07-20

## README

# Todo-CLI-Nodejs

a CLI tool to show/add/update/delete a TodoList. 

Using Node.js to develop.

## how to use

### install from NPM

Notice: my npm version is `6.13.4` during developing

```
// if u are using npm
// my node version is 12.16.1 during developing
npm install -g todo-cli-nodejs

// if u are using yarn
// my yarn version is 1.22.4 during developing
yarn global add todo-cli-nodejs
```

### Commands and Options

* Just typing `todo` in command line to use.

* Typing `todo -h` to see all commands.

* Very very easy to use, just try yourself. 🙃

```
// todo -h
Usage: todo [options] [command]

Options:
  -v, --version           output the current version
  -h, --help              display help for command

Commands:
  add <todoTitle> [done]  add a new todo as undo, mark its status as done with another param [done]
  clear                   clear all todos
  show                    show all todos
  help [command]          display help for command
```

## Feedback

contact me via [Github Repo](https://github.com/liuernan/todo-cli-nodejs)

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