Commit Briefs



d6e12aa845 murilo ijanc

Add liquid filter date to generate year to licenses



e097527979 murilo ijanc

Update Readme sort templates name


694013d300 murilo ijanc

Move git commands to function


bc1d24ef6c murilo ijanc

Update dprint ignore deny.toml


dd0dbd95e7 murilo ijanc

Add RUST_LOG priority to set log level cli


fb6806c11c murilo ijanc

Show long version in short version


3d3c4f205c murilo ijanc

Change to short commit and date


Branches

Tags

This repository contains no tags

Tree

.github/
.gitignorecommits | blame
Cargo.tomlcommits | blame
Justfilecommits | blame
LICENSEcommits | blame
README.mdcommits | blame
cargo-generate.tomlcommits | blame
cli/
dprint.jsoncommits | blame
lib/
web/

README.md

# 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 |