Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcoker committed Nov 20, 2020
1 parent 35ed8fc commit 4cd4432
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,32 @@ CLI tool to create Express projects.
[![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
running command...
$ epp (-v|--version|version)
@danielcoker/epp/0.1.1 win32-x64 node-v12.16.0
@danielcoker/epp/0.1.2 win32-x64 node-v12.16.0
$ epp --help [COMMAND]
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 All @@ -54,7 +50,7 @@ ALIASES
$ epp c
```

_See code: [src\commands\create.ts](https://github.com/danielcoker/epp/blob/v0.1.1/src\commands\create.ts)_
_See code: [src\commands\create.ts](https://github.com/danielcoker/epp/blob/v0.1.2/src\commands\create.ts)_

## `epp help [COMMAND]`

Expand All @@ -72,5 +68,4 @@ OPTIONS
```

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

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@danielcoker/epp",
"description": "Node/Express CLI tool.",
"version": "0.1.1",
"version": "0.1.2",
"author": "Daniel Coker @danielcoker",
"bin": {
"epp": "./bin/run"
Expand Down

0 comments on commit 4cd4432

Please sign in to comment.