# bitwhys-cli-todo

> A simple todo cli app

Latest version **1.0.3** (published 2019-07-15) · MIT license · 0 weekly downloads

## Install

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

Provides the command `checkme`.

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2019-07-15 |
| First published | 2019-07-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 10 |
| Unpacked size | 14.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | George Bockari |
| Maintainers | bitwhys |
| Keywords | oclif |

## Links

- npm: https://www.npmjs.com/package/bitwhys-cli-todo
- Repository: https://github.com/bitwhys/cli-todo
- Issues: https://github.com/bitwhys/cli-todo/issues
- npm.io page: https://npm.io/package/bitwhys-cli-todo

## Dependencies (10)

- [chalk](https://npm.io/package/chalk.md) ^2.4.2
- [lowdb](https://npm.io/package/lowdb.md) ^1.0.0
- [tslib](https://npm.io/package/tslib.md) ^1
- [uuidv4](https://npm.io/package/uuidv4.md) ^4.0.0
- [date-fns](https://npm.io/package/date-fns.md) ^1.30.1
- [inquirer](https://npm.io/package/inquirer.md) ^6.5.0
- [cli-table](https://npm.io/package/cli-table.md) ^0.3.1
- [@oclif/config](https://npm.io/package/@oclif/config.md) ^1
- [@oclif/command](https://npm.io/package/@oclif/command.md) ^1
- [@oclif/plugin-help](https://npm.io/package/@oclif/plugin-help.md) ^2

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2019-07-15
- 1.0.2 — 2019-07-15
- 1.0.1 — 2019-07-15

## README

cli-todo
========

Just another todo app

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/cli-todo.svg)](https://npmjs.org/package/cli-todo)
[![CircleCI](https://circleci.com/gh/bitwhys/cli-todo/tree/master.svg?style=shield)](https://circleci.com/gh/bitwhys/cli-todo/tree/master)
[![Downloads/week](https://img.shields.io/npm/dw/cli-todo.svg)](https://npmjs.org/package/cli-todo)
[![License](https://img.shields.io/npm/l/cli-todo.svg)](https://github.com/bitwhys/cli-todo/blob/master/package.json)

<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g bitwhys-cli-todo
$ checkme COMMAND
running command...
$ checkme (-v|--version|version)
bitwhys-cli-todo/1.0.3 linux-x64 node-v12.4.0
$ checkme --help [COMMAND]
USAGE
  $ checkme COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`checkme add [TODO]`](#checkme-add-todo)
* [`checkme help [COMMAND]`](#checkme-help-command)
* [`checkme interact`](#checkme-interact)
* [`checkme list`](#checkme-list)
* [`checkme remove [INDEX]`](#checkme-remove-index)

## `checkme add [TODO]`

Add new todo to list

```
USAGE
  $ checkme add [TODO]

OPTIONS
  -d, --done
```

_See code: [src/commands/add.ts](https://github.com/bitwhys/cli-todo/blob/v1.0.3/src/commands/add.ts)_

## `checkme help [COMMAND]`

display help for checkme

```
USAGE
  $ checkme help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.0/src/commands/help.ts)_

## `checkme interact`

Enter the interactive mode

```
USAGE
  $ checkme interact
```

_See code: [src/commands/interact.ts](https://github.com/bitwhys/cli-todo/blob/v1.0.3/src/commands/interact.ts)_

## `checkme list`

Print out all todos

```
USAGE
  $ checkme list

OPTIONS
  -d, --done  list only your completed task
  -h, --help  show CLI help
```

_See code: [src/commands/list.ts](https://github.com/bitwhys/cli-todo/blob/v1.0.3/src/commands/list.ts)_

## `checkme remove [INDEX]`

Remove a todo from list

```
USAGE
  $ checkme remove [INDEX]

OPTIONS
  -h, --help  show CLI help
```

_See code: [src/commands/remove.ts](https://github.com/bitwhys/cli-todo/blob/v1.0.3/src/commands/remove.ts)_
<!-- commandsstop -->

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