chore: update README with new CLI options for configuration and linting & add NOTICE #66

Merged
blas merged 5 commits from feat/update-docu into main 2026-03-27 14:11:30 +00:00
Showing only changes of commit bdd0e4873e - Show all commits

View File

@@ -76,7 +76,10 @@ Options:
-o, --output <dir> Output directory [default: ./src/app]
-t, --templates <dir> Custom templates directory [default: ./templates]
-s, --select-endpoints Interactively select tags and endpoints to generate
-c, --config <file> Use a JSON configuration file (skips interactive prompts)
--init-config [file] Generate a JSON configuration file instead of generating code
--skip-install Skip dependency installation
--skip-lint Skip post-generation linting and formatting
--dry-run Simulate without writing files
-h, --help Show help
```