aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 8a0c8ec8798c9e1fd2f21a2f8c00c43773fc657a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ijanc.org - templates

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          |
| ---------------------- | -------------------- |
| [cli](./cli/README.md) | Simple cli template  |
| [lib](./lib/README.md) | Simple lib           |
| [web](./web/README.md) | Axum render template |