# @tiagonapoli/oclif-plugin-spaced-commands

> convert an oclif CLI to use spaced commands

Latest version **1.0.1** (published 2021-05-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install @tiagonapoli/oclif-plugin-spaced-commands
pnpm add @tiagonapoli/oclif-plugin-spaced-commands
yarn add @tiagonapoli/oclif-plugin-spaced-commands
bun add @tiagonapoli/oclif-plugin-spaced-commands
```

## 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 | 2021-05-28 |
| First published | 2019-12-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 10 |
| Unpacked size | 13.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Philipe Navarro @RasPhilCo, Tiago Nápoli @tiagonapoli |
| Maintainers | tiagonapoli |
| Keywords | oclif-plugin |

## Links

- npm: https://www.npmjs.com/package/@tiagonapoli/oclif-plugin-spaced-commands
- Repository: https://github.com/tiagonapoli/oclif-plugin-spaced-commands
- Issues: https://github.com/tiagonapoli/oclif-plugin-spaced-commands
- npm.io page: https://npm.io/package/@tiagonapoli/oclif-plugin-spaced-commands

## Dependencies (10)

- [chalk](https://npm.io/package/chalk.md) ^2.4.1
- [tslib](https://npm.io/package/tslib.md) ^1.0.0
- [treeify](https://npm.io/package/treeify.md) ^1.1.0
- [wrap-ansi](https://npm.io/package/wrap-ansi.md) ^4.0.0
- [strip-ansi](https://npm.io/package/strip-ansi.md) ^5.0.0
- [@oclif/config](https://npm.io/package/@oclif/config.md) ^1.0.0
- [@oclif/errors](https://npm.io/package/@oclif/errors.md) ^1.2.2
- [indent-string](https://npm.io/package/indent-string.md) ^3.2.0
- [@oclif/command](https://npm.io/package/@oclif/command.md) ^1.0.0
- [@types/treeify](https://npm.io/package/@types/treeify.md) ^1.0.0

## 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) — 2021-05-28
- 1.0.0-beta (beta) — 2021-05-28
- 1.0.0 — 2021-05-28
- 0.0.6 — 2020-05-06
- 0.0.5 — 2020-04-16
- 0.0.4 — 2020-04-14
- 0.0.3 — 2020-04-14
- 0.0.2 — 2019-12-30
- 0.0.1 — 2019-12-24

## README

@oclif/plugin-spaced-commands
======

**WARNING: this is an experimental plugin**

convert an oclif CLI to use spaced commands

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/oclif-plugin-spaced-commands.svg)](https://npmjs.org/package/oclif-plugin-spaced-commands)

[![CircleCI](https://circleci.com/gh/RasPhilCo/oclif-plugin-spaced-commands/tree/master.svg?style=shield)](https://circleci.com/gh/RasPhilCo/oclif-plugin-spaced-commands/tree/master)

[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/RasPhilCo/oclif-plugin-spaced-commands?branch=master&svg=true)](https://ci.appveyor.com/project/RasPhilCo/oclif-plugin-spaced-commands/branch/master)
[![Codecov](https://codecov.io/gh/RasPhilCo/oclif-plugin-spaced-commands/branch/master/graph/badge.svg)](https://codecov.io/gh/RasPhilCo/oclif-plugin-spaced-commands)
[![Downloads/week](https://img.shields.io/npm/dw/oclif-plugin-spaced-commands.svg)](https://npmjs.org/package/oclif-plugin-spaced-commands)
[![License](https://img.shields.io/npm/l/oclif-plugin-spaced-commands.svg)](https://github.com/RasPhilCo/oclif-plugin-spaced-commands/blob/master/package.json)

Instead of oclif's standard colon-seperated commands:

```
$ mycli foo:bar:baz qux
```

this plugin converts oclif's command ID parsing to use spaced commands:

```
$ mycli foo bar baz qux
```

> Note: topic index commands (topic-commands) are therefore ignored

# Install

Add `@oclif/plugin-spaced-commands` as a package dependency and to oclif's plugins list in package.json

---
_Source: https://npm.io/package/@tiagonapoli/oclif-plugin-spaced-commands · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
