Skip to content

Commit

Permalink
Merge pull request #43 from gacela-project/gacela-script-update-provi…
Browse files Browse the repository at this point in the history
…der-text

Replace "dep-provider" by "provider" in gacela script
  • Loading branch information
Chemaclass authored Aug 18, 2024
2 parents 4683af4 + 441accd commit 0d677a3
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 0d677a3

Please sign in to comment.