mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
12 lines
194 B
Markdown
12 lines
194 B
Markdown
# Codegen Studio CLI
|
|
|
|
This sample CLI prints a minimal blueprint preview for a generated project.
|
|
|
|
## Build
|
|
|
|
g++ -std=c++17 main.cpp -o codegen-studio-cli
|
|
|
|
## Run
|
|
|
|
./codegen-studio-cli "my-app"
|