# thing

> Command line all the things!

Latest version **1.0.1** (published 2015-09-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install thing
pnpm add thing
yarn add thing
bun add thing
```

## 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.1 |
| Published | 2015-09-02 |
| First published | 2015-09-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Scott Corgan |
| Maintainers | scottcorgan |
| Keywords | cli, thing, commit, command |

## Links

- npm: https://www.npmjs.com/package/thing
- npm.io page: https://npm.io/package/thing

## 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.1 (latest) — 2015-09-02

## README

# Thing

Command line all the things

## Install

```
npm install thing --save
```


## Usage

```js
var thing = require('thing');

var cli = thing();

cli.command('someCommand')
  .handler(function () {
    // do stuff
  });

cli.flag('-t')
  .handler(function () {
  		// execute on a flag
  });
```

## Run Tests

```
npm install
npm test
```

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