# amp-cli

> A highly opinionated CLI for Accelerated Mobile Pages (AMP) developers

Latest version **0.0.0** (published 2018-07-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install amp-cli
pnpm add amp-cli
yarn add amp-cli
bun add amp-cli
```

Provides the command `amp`.

## Health

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

Positive: has types; no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.0 |
| Published | 2018-07-06 |
| First published | 2018-07-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 5 |
| Unpacked size | 188.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Natan Sągol |
| Maintainers | merlinnot |
| Keywords | oclif |

## Links

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

## Dependencies (5)

- [tslib](https://npm.io/package/tslib.md) ^1.9.3
- [npm-run-all](https://npm.io/package/npm-run-all.md) ^4.1.3
- [@oclif/config](https://npm.io/package/@oclif/config.md) ^1.6.33
- [@oclif/command](https://npm.io/package/@oclif/command.md) ^1.4.34
- [@oclif/plugin-help](https://npm.io/package/@oclif/plugin-help.md) ^2.0.5

## Recent versions

- 0.0.0 (latest) — 2018-07-06

## README

# amp-cli

A highly opinionated CLI for Accelerated Mobile Pages (AMP) developers

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

<!-- toc -->
* [amp-cli](#amp-cli)
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->

# Usage

<!-- usage -->
```sh-session
$ npm install -g amp-cli
$ amp COMMAND
running command...
$ amp (-v|--version|version)
amp-cli/0.0.0 darwin-x64 node-v10.4.1
$ amp --help [COMMAND]
USAGE
  $ amp COMMAND
...
```
<!-- usagestop -->

# Commands

<!-- commands -->
* [`amp help [COMMAND]`](#amp-help-command)
* [`amp watch [FILE]`](#amp-watch-file)

## `amp help [COMMAND]`

display help for amp

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

## `amp watch [FILE]`

describe the command here

```
USAGE
  $ amp watch [FILE]

OPTIONS
  -h, --help  show CLI help

EXAMPLE
```

_See code: [src/commands/watch.ts](https://github.com/merlinnot/amp-cli/blob/v0.0.0/src/commands/watch.ts)_
<!-- commandsstop -->

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