diff options
| -rw-r--r-- | README.md | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,3 +1,23 @@ # ijanc.org - templates -* web +Requirements: + +- [cargo-generate](https://github.com/cargo-generate/cargo-generate) + +## Installation Requirements + +``` +cargo install cargo-generate +``` + +if you have [no time cargo-binstall](https://github.com/cargo-bins/cargo-binstall): + +``` +cargo binstall cargo-generate -y +``` + +## Templates + +| Name | Description | +| ---- | -------------------- | +| web | Axum render template | |