Skip to content

Commit 31eedaa

Browse files
author
hirsch88
committed
update readme
1 parent f177538 commit 31eedaa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ All script are defined in the package.json file, but the most important ones are
7474
### Generating Commands
7575
All the templates are located in the `src/console/templates` folder.
7676

77-
* `npm run console make:controller <file>` - Generates a controller with the crud routes.
78-
* `npm run console make:service <file>` - Generates a service with the crud logic.
79-
* `npm run console make:repo <file>` - Generates a repository with the crud operations.
77+
* `npm run console make:resource <file>` - Generates a controller, service, requests, repo, model and a migration with all the crud operations.
78+
* `npm run console make:controller <file>` - Generates a controller.
79+
* `npm run console make:service <file>` - Generates a service.
80+
* `npm run console make:repo <file>` - Generates a repository.
8081
* `npm run console make:model <file>` - Generates a model with the props and configurations.
8182
* `npm run console make:middleware <file>` - Generates a basic middleware.
8283
* `npm run console make:request <file>` - Generates a basic request.

0 commit comments

Comments
 (0)