diff --git a/README.md b/README.md index c3b3012..4597502 100644 --- a/README.md +++ b/README.md @@ -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 ```