Skip to content

Commit

Permalink
Update shield images and links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcoker committed Nov 20, 2020
1 parent f478a8b commit 35ed8fc
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@
CLI tool to create Express projects.

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

<!-- toc -->
* [epp](#epp)
* [Usage](#usage)
* [Commands](#commands)

- [epp](#epp)
- [Usage](#usage)
- [Commands](#commands)
<!-- tocstop -->

# Usage

<!-- usage -->

```sh-session
$ npm install -g @danielcoker/epp
$ epp COMMAND
Expand All @@ -27,13 +29,15 @@ USAGE
$ epp COMMAND
...
```

<!-- usagestop -->

# Commands

<!-- commands -->
* [`epp create [NAME]`](#epp-create-name)
* [`epp help [COMMAND]`](#epp-help-command)

- [`epp create [NAME]`](#epp-create-name)
- [`epp help [COMMAND]`](#epp-help-command)

## `epp create [NAME]`

Expand Down Expand Up @@ -68,4 +72,5 @@ OPTIONS
```

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

<!-- commandsstop -->

0 comments on commit 35ed8fc

Please sign in to comment.