Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ashinzekene committed Feb 6, 2018
1 parent 34b297d commit 39b249a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<img src="yeoman.png" alt="NESTJS" />
<img src="nestjs.jpg" alt="NESTJS" />
<img src="./yeoman.png" alt="YEOMAN" />
<img src="./nestjs.jpg" alt="NESTJS" />
<h1 align="center">NESTJS GENERATOR</h1>
<p align="center">A yeoman generator for nestjs apps.</p>
</p>
Expand Down Expand Up @@ -56,6 +56,8 @@ $ yo nestjs:decorator roles
### OPTIONS

#### `yo nestjs` (For creating a NestJS app)


`--skip-install` - Skips installation of dependencies when bootstrappping an app

`--npm` - Install dependencies with npm
Expand All @@ -64,12 +66,14 @@ $ yo nestjs:decorator roles

#### `yo nestjs:[COMPONENT] [NAME]` (For creating components)


`[COMPONENT]` - The type of the component to be created

`[NAME]` - The name of the component to be created

#### `yo nestjs:module [NAME]` (For creating a nestjs module)


`[NAME]` - The name of the module to be created (required)

ARGUMENTS
Expand All @@ -90,7 +94,7 @@ ARGUMENTS
By [Angular File Naming Convention](https://angular.io/guide/styleguide), names for components should be in kebab case. For example

```
yo nest:decorator app-user-routes
yo nestjs:decorator app-user-routes
```

This creates a decorator with filename `app-user-routes.decorator.ts` decorator name `AppUserRoutesDecorator`
Expand Down

0 comments on commit 39b249a

Please sign in to comment.