# @jipo/toldev

> The Toledo CLI to upgrade your development experience

Latest version **0.0.6** (published 2020-04-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @jipo/toldev
pnpm add @jipo/toldev
yarn add @jipo/toldev
bun add @jipo/toldev
```

Provides the command `tol`.

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.6 |
| Published | 2020-04-26 |
| First published | 2020-04-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 8 |
| Unpacked size | 6.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Kevin Rogiers @Jipos |
| Maintainers | jipo |
| Keywords | oclif |

## Links

- npm: https://www.npmjs.com/package/@jipo/toldev
- Repository: https://github.com/Jipos/toldev
- Issues: https://github.com/Jipos/toldev/issues
- npm.io page: https://npm.io/package/@jipo/toldev

## Dependencies (8)

- [tslib](https://npm.io/package/tslib.md) ^1.11.1
- [@oclif/config](https://npm.io/package/@oclif/config.md) ^1.15.1
- [@oclif/command](https://npm.io/package/@oclif/command.md) ^1.5.20
- [@oclif/plugin-help](https://npm.io/package/@oclif/plugin-help.md) ^2.2.3
- [@oclif/plugin-commands](https://npm.io/package/@oclif/plugin-commands.md) ^1.2.3
- [@oclif/plugin-not-found](https://npm.io/package/@oclif/plugin-not-found.md) ^1.2.3
- [@oclif/plugin-autocomplete](https://npm.io/package/@oclif/plugin-autocomplete.md) ^0.1.5
- [@oclif/plugin-warn-if-update-available](https://npm.io/package/@oclif/plugin-warn-if-update-available.md) ^1.7.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

- 0.0.6 (latest) — 2020-04-26
- 0.0.5 — 2020-04-26
- 0.0.3 — 2020-04-26

## README

toldev
======

The Toledo CLI to upgrade your development experience

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/toldev.svg)](https://npmjs.org/package/toldev)
[![Codecov](https://codecov.io/gh/Jipos/toldev/branch/master/graph/badge.svg)](https://codecov.io/gh/Jipos/toldev)
[![Downloads/week](https://img.shields.io/npm/dw/toldev.svg)](https://npmjs.org/package/toldev)
[![License](https://img.shields.io/npm/l/toldev.svg)](https://github.com/Jipos/toldev/blob/master/package.json)

<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g @jipo/toldev
$ tol COMMAND
running command...
$ tol (-v|--version|version)
@jipo/toldev/0.0.6 darwin-x64 node-v10.15.2
$ tol --help [COMMAND]
USAGE
  $ tol COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`tol autocomplete [SHELL]`](#tol-autocomplete-shell)
* [`tol commands`](#tol-commands)
* [`tol help [COMMAND]`](#tol-help-command)
* [`tol patch:init ISSUENUMBER`](#tol-patchinit-issuenumber)

## `tol autocomplete [SHELL]`

display autocomplete installation instructions

```
USAGE
  $ tol autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ tol autocomplete
  $ tol autocomplete bash
  $ tol autocomplete zsh
  $ tol autocomplete --refresh-cache
```

_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v0.1.5/src/commands/autocomplete/index.ts)_

## `tol commands`

list all the commands

```
USAGE
  $ tol commands

OPTIONS
  -h, --help  show CLI help
  -j, --json  output in json format
  --hidden    also show hidden commands
```

_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/v1.2.3/src/commands/commands.ts)_

## `tol help [COMMAND]`

display help for tol

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

## `tol patch:init ISSUENUMBER`

describe the command here

```
USAGE
  $ tol patch:init ISSUENUMBER

ARGUMENTS
  ISSUENUMBER  The number of the issue which describes the patch

OPTIONS
  -h, --help  show CLI help
```

_See code: [src/commands/patch/init.ts](https://github.com/Jipos/toldev/blob/v0.0.6/src/commands/patch/init.ts)_
<!-- commandsstop -->

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