# @xieyuheng/command-line

> Tools for building command-line interface.

Latest version **0.1.3** (published 2024-12-16) · GPL-3.0-or-later license · 0 weekly downloads

## Install

```sh
npm install @xieyuheng/command-line
pnpm add @xieyuheng/command-line
yarn add @xieyuheng/command-line
bun add @xieyuheng/command-line
```

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2024-12-16 |
| First published | 2022-05-17 |
| Weekly downloads | 0 |
| License | GPL-3.0-or-later |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 79.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | xieyuheng |

## Links

- npm: https://www.npmjs.com/package/@xieyuheng/command-line
- Repository: https://github.com/xieyuheng/command-line
- Homepage: https://github.com/xieyuheng/command-line#readme
- Issues: https://github.com/xieyuheng/command-line/issues
- npm.io page: https://npm.io/package/@xieyuheng/command-line

## Dependencies (3)

- [picocolors](https://npm.io/package/picocolors.md) ^1.1.1
- [yargs-parser](https://npm.io/package/yargs-parser.md) ^21.1.1
- [@xieyuheng/ty](https://npm.io/package/@xieyuheng/ty.md) ^0.3.1

## Recent versions

- 0.1.3 (latest) — 2024-12-16
- 0.1.2 — 2024-01-07
- 0.0.13 — 2023-10-07
- 0.0.12 — 2023-10-02
- 0.0.11 — 2023-08-04
- 0.0.10 — 2022-11-29
- 0.0.9 — 2022-11-29
- 0.0.8 — 2022-11-29
- 0.0.7 — 2022-05-17
- 0.0.6 — 2022-05-17
- 0.0.5 — 2022-05-17
- 0.0.4 — 2022-05-17
- 0.0.3 — 2022-05-17
- 0.0.2 — 2022-05-17

## README

# Command-line

Tools for building command-line interface.

## Install

```
npm install @xieyuheng/command-line
```

## Development

```
npm install    // Install dependences
npm run build  // Compile `src/` to `lib/`
npm run watch  // Watch the compilation
npm run test   // Run test
```

## Contributions

> Be polite, do not bring negative emotion to others.

- [TODO.md](TODO.md)
- [STYLE-GUIDE.md](STYLE-GUIDE.md)
- [CODE-OF-CONDUCT.md](CODE-OF-CONDUCT.md)
- When contributing, add yourself to [AUTHORS](AUTHORS)

## License

- [GPLv3](LICENSE)

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