# yggy

> iggy ====

Latest version **0.0.1** (published 2020-04-27) · MIT license · 0 weekly downloads

## Install

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

Provides the command `yggy`.

## 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.1 |
| Published | 2020-04-27 |
| First published | 2020-04-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 7 |
| Unpacked size | 16.9 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Ingmaras Keleras @ingmaras |
| Maintainers | ingmaras |
| Keywords | oclif |

## Links

- npm: https://www.npmjs.com/package/yggy
- Repository: https://github.com/ingmaras/yggy
- Issues: https://github.com/ingmaras/yggy/issues
- npm.io page: https://npm.io/package/yggy

## Dependencies (7)

- [tslib](https://npm.io/package/tslib.md) ^1
- [aws-sdk](https://npm.io/package/aws-sdk.md) ^2.663.0
- [mime-types](https://npm.io/package/mime-types.md) ^2.1.27
- [@oclif/config](https://npm.io/package/@oclif/config.md) ^1
- [@oclif/command](https://npm.io/package/@oclif/command.md) ^1
- [@types/mime-types](https://npm.io/package/@types/mime-types.md) ^2.1.0
- [@oclif/plugin-help](https://npm.io/package/@oclif/plugin-help.md) ^2

## 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.1 (latest) — 2020-04-27
- 0.0.0 — 2020-04-27

## README

iggy
====



[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/iggy.svg)](https://npmjs.org/package/iggy)
[![Downloads/week](https://img.shields.io/npm/dw/iggy.svg)](https://npmjs.org/package/iggy)
[![License](https://img.shields.io/npm/l/iggy.svg)](https://github.com/ingmaras/iggy/blob/master/package.json)

<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g yggy
$ yggy COMMAND
running command...
$ yggy (-v|--version|version)
yggy/0.0.1 darwin-x64 node-v12.12.0
$ yggy --help [COMMAND]
USAGE
  $ yggy COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`yggy config NAME`](#yggy-config-name)
* [`yggy help [COMMAND]`](#yggy-help-command)
* [`yggy ios TYPE`](#yggy-ios-type)
* [`yggy upload FILE`](#yggy-upload-file)

## `yggy config NAME`

Set bucket name

```
USAGE
  $ yggy config NAME

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ yggy config [S3 bucket namee]
```

_See code: [src/commands/config.ts](https://github.com/ingmaras/yggy/blob/v0.0.1/src/commands/config.ts)_

## `yggy help [COMMAND]`

display help for yggy

```
USAGE
  $ yggy 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)_

## `yggy ios TYPE`

Record and take screenshots of the iOS simulator

```
USAGE
  $ yggy ios TYPE

OPTIONS
  -h, --help     show CLI help
  -v, --verbose

EXAMPLE
  $ yggy ios record [screenshot | video]
  🎬 Recording started. Press SPACE to save or ESC to abort.
```

_See code: [src/commands/ios.ts](https://github.com/ingmaras/yggy/blob/v0.0.1/src/commands/ios.ts)_

## `yggy upload FILE`

Upload a file to an S3 bucket

```
USAGE
  $ yggy upload FILE

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ yggy upload [file]
```

_See code: [src/commands/upload.ts](https://github.com/ingmaras/yggy/blob/v0.0.1/src/commands/upload.ts)_
<!-- commandsstop -->

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