Skip to content

Commit

Permalink
Add generated samples of each template (#65)
Browse files Browse the repository at this point in the history
* Add generated samples of each template

* fix: add -v verbose to file deletion

* fix: add workspace cargo.toml to make it easy to check/clippy/format all the generated templates

* fix: use correct variable for component template

---------

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
  • Loading branch information
joshka and orhun authored Aug 4, 2024
1 parent 0c081ee commit 0ab4e27
Show file tree
Hide file tree
Showing 49 changed files with 6,752 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[values]
gh-username = "ratatui"
project-description = "Example of ratatui template"
use_gitserver = false
use-gitserver = false
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
Loading

0 comments on commit 0ab4e27

Please sign in to comment.