Skip to content

Commit

Permalink
Replace "dep-provider" by "provider" in gacela script
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusValera authored Aug 18, 2024
1 parent 4683af4 commit 441accd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/gacela-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ vendor/bin/gacela list:modules [--detailed|-d]

## Code generator

You can generate a `facade`, `factory`, `config`, `dep. provider`, or full `module`.
You can generate a `facade`, `factory`, `config`, `provider`, or full `module`.

### Create specific Gacela classes

```bash
vendor/bin/gacela make:file [-s] <target-namespace> <facade factory config dep-provider>
vendor/bin/gacela make:file [-s] <target-namespace> <facade factory config provider>
# Description:
# Generate a Facade, Factory, Config, Provider
#
Expand All @@ -48,7 +48,7 @@ vendor/bin/gacela make:file [-s] <target-namespace> <facade factory config dep-p
Example:
```bash
# You can create one or more files at once
vendor/bin/gacela make:file App/TestModule facade factory dep-provider
vendor/bin/gacela make:file App/TestModule facade factory provider
```

### Creates a new full module
Expand Down

0 comments on commit 441accd

Please sign in to comment.