From bdd0e4873e8506ea1a3c89aaf5818150ad2eea12 Mon Sep 17 00:00:00 2001 From: didavila Date: Fri, 27 Mar 2026 11:26:54 +0100 Subject: [PATCH] chore: update README with new CLI options for configuration and linting --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e3b2668..c3b3012 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,10 @@ Options: -o, --output Output directory [default: ./src/app] -t, --templates Custom templates directory [default: ./templates] -s, --select-endpoints Interactively select tags and endpoints to generate + -c, --config 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 ```