chore: update README with new command options for skipping linting and using config files
All checks were successful
Lint / lint (pull_request) Successful in 13s
All checks were successful
Lint / lint (pull_request) Successful in 13s
This commit is contained in:
@@ -99,6 +99,15 @@ generate-clean-arch -i api.yaml -t ./my-templates
|
||||
# Dry run (no files written)
|
||||
generate-clean-arch -i swagger.yaml --dry-run
|
||||
|
||||
# Skip linting after generation
|
||||
generate-clean-arch -i swagger.yaml --skip-lint
|
||||
|
||||
# Generate a config file to reuse later
|
||||
generate-clean-arch --init-config generation-config.json
|
||||
|
||||
# Run using a config file (no interactive prompts)
|
||||
generate-clean-arch -c generation-config.json
|
||||
|
||||
# Full example with all options
|
||||
generate-clean-arch -i ./docs/api.yaml -o ./frontend/src/app -t ./custom-templates
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user