Skip to content

Commit

Permalink
add generation template
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Dec 17, 2024
1 parent 12e2493 commit 7c71cc9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gen.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[meta]
name = "AnIML"
description = "This is a code and schema generator for AnIML."
paths = ["specifications/animl.md"]

[generate]
json-schema = { out = "schemes/animl.json", root = "AnIML" }
mk-docs = { out = "docs/index.md", nav = "false" }
typescript = { out = "typescript/src/index.ts" }

0 comments on commit 7c71cc9

Please sign in to comment.