# 1337cli

> CLI only for 1337 ppl

Latest version **0.0.2** (published 2022-01-25) · WTF license · 0 weekly downloads

## Install

```sh
npm install 1337cli
pnpm add 1337cli
yarn add 1337cli
bun add 1337cli
```

Provides the command `1337cli`.

## 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.2 |
| Published | 2022-01-25 |
| First published | 2022-01-25 |
| Weekly downloads | 0 |
| License | WTF |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=12.0.0 |
| Dependencies | 3 |
| Unpacked size | 11.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | YuMom |
| Maintainers | yucorp |
| Keywords | oclif |

## Links

- npm: https://www.npmjs.com/package/1337cli
- Repository: https://github.com/yuc0rp/1337cli
- Issues: https://github.com/yuc0rp/1337cli/issues
- npm.io page: https://npm.io/package/1337cli

## Dependencies (3)

- [@oclif/core](https://npm.io/package/@oclif/core.md) ^1
- [@oclif/plugin-help](https://npm.io/package/@oclif/plugin-help.md) ^5
- [@oclif/plugin-plugins](https://npm.io/package/@oclif/plugin-plugins.md) ^2.0.1

## 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.2 (latest) — 2022-01-25
- 0.0.1 — 2022-01-25

## README

oclif-hello-world
=================

oclif example Hello World CLI

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/oclif-hello-world.svg)](https://npmjs.org/package/oclif-hello-world)
[![CircleCI](https://circleci.com/gh/oclif/hello-world/tree/main.svg?style=shield)](https://circleci.com/gh/oclif/hello-world/tree/main)
[![Downloads/week](https://img.shields.io/npm/dw/oclif-hello-world.svg)](https://npmjs.org/package/oclif-hello-world)
[![License](https://img.shields.io/npm/l/oclif-hello-world.svg)](https://github.com/oclif/hello-world/blob/main/package.json)

<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g 1337cli
$ 1337cli COMMAND
running command...
$ 1337cli (--version)
1337cli/0.0.2 darwin-arm64 node-v16.13.0
$ 1337cli --help [COMMAND]
USAGE
  $ 1337cli COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`1337cli hello PERSON`](#1337cli-hello-person)
* [`1337cli hello world`](#1337cli-hello-world)
* [`1337cli help [COMMAND]`](#1337cli-help-command)
* [`1337cli plugins`](#1337cli-plugins)
* [`1337cli plugins:inspect PLUGIN...`](#1337cli-pluginsinspect-plugin)
* [`1337cli plugins:install PLUGIN...`](#1337cli-pluginsinstall-plugin)
* [`1337cli plugins:link PLUGIN`](#1337cli-pluginslink-plugin)
* [`1337cli plugins:uninstall PLUGIN...`](#1337cli-pluginsuninstall-plugin)
* [`1337cli plugins update`](#1337cli-plugins-update)

## `1337cli hello PERSON`

Say hello

```
USAGE
  $ 1337cli hello [PERSON] -f <value>

ARGUMENTS
  PERSON  Person to say hello to

FLAGS
  -f, --from=<value>  (required) Whom is saying hello

DESCRIPTION
  Say hello

EXAMPLES
  $ oex hello friend --from oclif
  hello friend from oclif! (./src/commands/hello/index.ts)
```

_See code: [dist/commands/hello/index.ts](https://github.com/yuc0rp/1337cli/blob/v0.0.2/dist/commands/hello/index.ts)_

## `1337cli hello world`

Say hello world

```
USAGE
  $ 1337cli hello world

DESCRIPTION
  Say hello world

EXAMPLES
  $ oex hello world
  hello world! (./src/commands/hello/world.ts)
```

## `1337cli help [COMMAND]`

Display help for 1337cli.

```
USAGE
  $ 1337cli help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for 1337cli.
```

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

## `1337cli plugins`

List installed plugins.

```
USAGE
  $ 1337cli plugins [--core]

FLAGS
  --core  Show core plugins.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ 1337cli plugins
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.0.11/src/commands/plugins/index.ts)_

## `1337cli plugins:inspect PLUGIN...`

Displays installation properties of a plugin.

```
USAGE
  $ 1337cli plugins:inspect PLUGIN...

ARGUMENTS
  PLUGIN  [default: .] Plugin to inspect.

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Displays installation properties of a plugin.

EXAMPLES
  $ 1337cli plugins:inspect myplugin
```

## `1337cli plugins:install PLUGIN...`

Installs a plugin into the CLI.

```
USAGE
  $ 1337cli plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Installs a plugin into the CLI.

  Can be installed from npm or a git url.

  Installation of a user-installed plugin will override a core plugin.

  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
  the CLI without the need to patch and update the whole CLI.

ALIASES
  $ 1337cli plugins add

EXAMPLES
  $ 1337cli plugins:install myplugin 

  $ 1337cli plugins:install https://github.com/someuser/someplugin

  $ 1337cli plugins:install someuser/someplugin
```

## `1337cli plugins:link PLUGIN`

Links a plugin into the CLI for development.

```
USAGE
  $ 1337cli plugins:link PLUGIN

ARGUMENTS
  PATH  [default: .] path to plugin

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Links a plugin into the CLI for development.

  Installation of a linked plugin will override a user-installed or core plugin.

  e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
  command will override the user-installed or core plugin implementation. This is useful for development work.

EXAMPLES
  $ 1337cli plugins:link myplugin
```

## `1337cli plugins:uninstall PLUGIN...`

Removes a plugin from the CLI.

```
USAGE
  $ 1337cli plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ 1337cli plugins unlink
  $ 1337cli plugins remove
```

## `1337cli plugins update`

Update installed plugins.

```
USAGE
  $ 1337cli plugins update [-h] [-v]

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Update installed plugins.
```
<!-- commandsstop -->

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