Skip to content

Commit

Permalink
add bullet point
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed May 27, 2024
1 parent 32a8155 commit b259f00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ foo: gen.#Generator: {

// normally when writing generators as code
// you add the CUE to turn In -> Out
// - provide project specific config and flags
// - dynamically decide what files to generate
// - provide project specific config and flags
// - dynamically decide what files to generate
// - craft schemas and DSLs to create anything

// list of files to generate
Out: [...]
Expand Down
1 change: 0 additions & 1 deletion docs/content/getting-started/code-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,3 @@ Several files are generated, including a CUE file that houses your generator and

The next page will cover modules in general
and the [first-example](/first-example/) is a walkthrough on creating a full-stack application generator from scratch.

0 comments on commit b259f00

Please sign in to comment.