# ttttttttt-cli

> todocli =======

Latest version **0.0.0** (published 2019-04-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install ttttttttt-cli
pnpm add ttttttttt-cli
yarn add ttttttttt-cli
bun add ttttttttt-cli
```

Provides the command `todocli`.

## 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.0 |
| Published | 2019-04-15 |
| First published | 2019-04-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 4 |
| Unpacked size | 5.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | dhalsimzhao @Dhalsimzhao |
| Maintainers | egret_zhao |
| Keywords | oclif |

## Links

- npm: https://www.npmjs.com/package/ttttttttt-cli
- Repository: https://github.com/Dhalsimzhao/todocli
- Issues: https://github.com/Dhalsimzhao/todocli/issues
- npm.io page: https://npm.io/package/ttttttttt-cli

## Dependencies (4)

- [lowdb](https://npm.io/package/lowdb.md) ^1.0.0
- [@oclif/config](https://npm.io/package/@oclif/config.md) ^1.12.12
- [@oclif/command](https://npm.io/package/@oclif/command.md) ^1.5.12
- [@oclif/plugin-help](https://npm.io/package/@oclif/plugin-help.md) ^2.1.6

## 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

- 0.0.0 (latest) — 2019-04-15

## README

todocli
=======



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

<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g ttttttttt-cli
$ todocli COMMAND
running command...
$ todocli (-v|--version|version)
ttttttttt-cli/0.0.0 darwin-x64 node-v8.9.1
$ todocli --help [COMMAND]
USAGE
  $ todocli COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`todocli add`](#todocli-add)
* [`todocli hello`](#todocli-hello)
* [`todocli help [COMMAND]`](#todocli-help-command)
* [`todocli show`](#todocli-show)

## `todocli add`

Adds a new todo

```
USAGE
  $ todocli add

OPTIONS
  -n, --task=task  task

DESCRIPTION
  ...
  Adds a new todo to the existing list
```

_See code: [src/commands/add.js](https://github.com/Dhalsimzhao/todocli/blob/v0.0.0/src/commands/add.js)_

## `todocli hello`

Describe the command here

```
USAGE
  $ todocli hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here
```

_See code: [src/commands/hello.js](https://github.com/Dhalsimzhao/todocli/blob/v0.0.0/src/commands/hello.js)_

## `todocli help [COMMAND]`

display help for todocli

```
USAGE
  $ todocli 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.1.6/src/commands/help.ts)_

## `todocli show`

Show existing tasks

```
USAGE
  $ todocli show

DESCRIPTION
  ...
  Show all the tasks sorted by their ids
```

_See code: [src/commands/show.js](https://github.com/Dhalsimzhao/todocli/blob/v0.0.0/src/commands/show.js)_
<!-- commandsstop -->

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