Skip to content

Commit

Permalink
chore: add basic barebone for CLI (#194)
Browse files Browse the repository at this point in the history
* chore: add basic barebone for CLI

* chore: add support for template generation

* chore: add module and template reads

* chore: add routes

* fix issues with tenplate output

* fix generic artifact generation issues

* remove unused dep

* add starter templates

* final templates

* update starter template

* wip on generator

* wrap up generator

* fix exports

* format

* clippy

* cleanup

* cleanup

* cleanup
  • Loading branch information
elcharitas authored Sep 29, 2024
1 parent 6e40dc3 commit 39e1c2d
Show file tree
Hide file tree
Showing 36 changed files with 1,281 additions and 298 deletions.
470 changes: 375 additions & 95 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["crates/*", "examples/*"]
members = ["crates/*", "examples/*", "starter-templates/*"]
resolver = "2"

[workspace.dependencies]
Expand Down
Loading

0 comments on commit 39e1c2d

Please sign in to comment.