# abdullah-cli

> A Todo CLI App made with oclif and TypeScript for BootCamp 2021

Latest version **1.0.0** (published 2021-07-31) · MIT license · 0 weekly downloads

## Install

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

Provides the command `abdullah-cli`.

## 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.0 |
| Published | 2021-07-31 |
| First published | 2021-07-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 8 |
| Unpacked size | 15.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Abdullah Bin Tahir @shy-tan |
| Maintainers | shytan |
| Keywords | oclif |

## Links

- npm: https://www.npmjs.com/package/abdullah-cli
- Repository: https://github.com/shy-tan/abdullah-cli
- Issues: https://github.com/shy-tan/abdullah-cli/issues
- npm.io page: https://npm.io/package/abdullah-cli

## Dependencies (8)

- [chalk](https://npm.io/package/chalk.md) ^2.4.2
- [tslib](https://npm.io/package/tslib.md) ^1.14.1
- [inquirer](https://npm.io/package/inquirer.md) ^8.1.2
- [cli-table](https://npm.io/package/cli-table.md) ^0.3.6
- [@oclif/config](https://npm.io/package/@oclif/config.md) ^1.17.0
- [@oclif/command](https://npm.io/package/@oclif/command.md) ^1.8.0
- [@types/inquirer](https://npm.io/package/@types/inquirer.md) ^7.3.3
- [@oclif/plugin-help](https://npm.io/package/@oclif/plugin-help.md) ^3.2.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.0 (latest) — 2021-07-31
- 0.0.0 — 2021-07-31

## README

abdullah-cli
============

A Todo CLI App made with oclif and TypeScript for BootCamp 2021

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/abdullah-cli.svg)](https://npmjs.org/package/abdullah-cli)
[![Downloads/week](https://img.shields.io/npm/dw/abdullah-cli.svg)](https://npmjs.org/package/abdullah-cli)
[![License](https://img.shields.io/npm/l/abdullah-cli.svg)](https://github.com/shy-tan/abdullah-cli/blob/master/package.json)

<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g abdullah-cli
$ abdullah-cli COMMAND
running command...
$ abdullah-cli (-v|--version|version)
abdullah-cli/1.0.0 win32-x64 node-v16.4.2
$ abdullah-cli --help [COMMAND]
USAGE
  $ abdullah-cli COMMAND
...
```
<!-- usagestop -->
```sh-session
$ npm install -g abdullah-cli
$ abdullah-cli COMMAND
running command...
$ abdullah-cli (-v|--version|version)
abdullah-cli/0.0.0 win32-x64 node-v16.4.2
$ abdullah-cli --help [COMMAND]
USAGE
  $ abdullah-cli COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`abdullah-cli add [TODO]`](#abdullah-cli-add-todo)
* [`abdullah-cli hello [FILE]`](#abdullah-cli-hello-file)
* [`abdullah-cli help [COMMAND]`](#abdullah-cli-help-command)
* [`abdullah-cli interact [FILE]`](#abdullah-cli-interact-file)
* [`abdullah-cli list`](#abdullah-cli-list)
* [`abdullah-cli remove [INDEX]`](#abdullah-cli-remove-index)

## `abdullah-cli add [TODO]`

add a new todo

```
USAGE
  $ abdullah-cli add [TODO]

OPTIONS
  -d, --done
```

_See code: [src/commands/add.ts](https://github.com/shy-tan/abdullah-cli/blob/v1.0.0/src/commands/add.ts)_

## `abdullah-cli hello [FILE]`

describe the command here

```
USAGE
  $ abdullah-cli hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ abdullah-cli hello
  hello world from ./src/hello.ts!
```

_See code: [src/commands/hello.ts](https://github.com/shy-tan/abdullah-cli/blob/v1.0.0/src/commands/hello.ts)_

## `abdullah-cli help [COMMAND]`

display help for abdullah-cli

```
USAGE
  $ abdullah-cli 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/v3.2.2/src/commands/help.ts)_

## `abdullah-cli interact [FILE]`

interactive mode

```
USAGE
  $ abdullah-cli interact [FILE]
```

_See code: [src/commands/interact.ts](https://github.com/shy-tan/abdullah-cli/blob/v1.0.0/src/commands/interact.ts)_

## `abdullah-cli list`

show all todos

```
USAGE
  $ abdullah-cli list
```

_See code: [src/commands/list.ts](https://github.com/shy-tan/abdullah-cli/blob/v1.0.0/src/commands/list.ts)_

## `abdullah-cli remove [INDEX]`

remove a todo

```
USAGE
  $ abdullah-cli remove [INDEX]
```

_See code: [src/commands/remove.ts](https://github.com/shy-tan/abdullah-cli/blob/v1.0.0/src/commands/remove.ts)_
<!-- commandsstop -->
* [`abdullah-cli add [FILE]`](#abdullah-cli-add-file)
* [`abdullah-cli hello [FILE]`](#abdullah-cli-hello-file)
* [`abdullah-cli help [COMMAND]`](#abdullah-cli-help-command)

## `abdullah-cli add [FILE]`

describe the command here

```
USAGE
  $ abdullah-cli add [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print
```

_See code: [src/commands/add.ts](https://github.com/shy-tan/abdullah-cli/blob/v0.0.0/src/commands/add.ts)_

## `abdullah-cli hello [FILE]`

describe the command here

```
USAGE
  $ abdullah-cli hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ abdullah-cli hello
  hello world from ./src/hello.ts!
```

_See code: [src/commands/hello.ts](https://github.com/shy-tan/abdullah-cli/blob/v0.0.0/src/commands/hello.ts)_

## `abdullah-cli help [COMMAND]`

display help for abdullah-cli

```
USAGE
  $ abdullah-cli 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/v3.2.2/src/commands/help.ts)_
<!-- commandsstop -->

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