aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 7865e931341085021898aa54a18841eb6d1d7bb9 (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
# 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          |
| ---------------------- | -------------------- |
| [web](./web/README.md) | Axum render template |
| [lib](./lib/README.md) | Simple lib           |