Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cicekhayri committed Jan 20, 2024
1 parent bfec4af commit 1f92897
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,23 +88,23 @@ Base.query = db_session.query_property()
To generate necessary controller for your project, run the following command:

```bash
$ inspira new controller orders
$ inspira new controller order
```

## Generating Repository

To generate repository file, run the following command:

```bash
$ inspira new repository orders
$ inspira new repository order
```

## Generating Service

To generate service file, run the following command:

```bash
$ inspira new service orders
$ inspira new service order
```

## Generating Model
Expand Down

0 comments on commit 1f92897

Please sign in to comment.