Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Sep 16, 2018
2 parents 190323e + 6af75dc commit 9d22166
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ generator-express-no-stress-typescript gets you up and running in seconds. It's

This generator scaffolds a fully functioning REST API server complete with interactive documentation, API validation, structured logging, environment driven config, and more. Simply run the generator and smile :-D

This project is a Typescript variant of [generator-express-no-stress](https://github.com/cdimascio/generator-express-no-stress)
This project is a Typescript variant of [generator-express-no-stress](https://github.com/cdimascio/generator-
-stress)

[Here's what you get!](#what-you-get)

Expand All @@ -21,15 +22,15 @@ This project is a Typescript variant of [generator-express-no-stress](https://gi
_Requires Node 6 or greater_

```shell
npm install -g yo generator-express-no-stress
npm install -g yo generator-express-no-stress-typescript
```

- See [here](#usage-cli) for use with Yarn and/or Docker

## Scaffold

```shell
yo express-no-stress myapp
yo express-no-stress-typescript myapp
cd myapp
```

Expand Down Expand Up @@ -76,7 +77,7 @@ npm run test:debug
## Usage: CLI

```shell
yo express-no-stress [appname] [--yarn] [--docker]
yo express-no-stress-typescript [appname] [--yarn] [--docker]
```

| Option | default | Description |
Expand Down Expand Up @@ -112,7 +113,7 @@ cf push myapp

```
# scaffold
yo express-no-stress myapp --yarn
yo express-no-stress-typescript myapp --yarn
# start
cd myapp
Expand Down

0 comments on commit 9d22166

Please sign in to comment.