An open API service indexing awesome lists of open source software.

https://github.com/jd-apprentice/jd-rust

🦀 Template repository for my rust projects
https://github.com/jd-apprentice/jd-rust

Last synced: about 1 month ago
JSON representation

🦀 Template repository for my rust projects

Awesome Lists containing this project

README

          

# 🦀 Rust template

My personal template for rust projects

![wallpaper](assets/wallpaper.png)

## 🦀 Installation

You can install it with the following command

```shell
cargo generate https://github.com/jd-apprentice/jd-rust
```

## 🦀 Usage

The project is using [make](https://www.gnu.org/software/make/) and [docker](https://www.docker.com/)

You can run it with `make dev` for development and `make` for production

## 🦀 Features

- Github Actions (Quality Gate)
- Dockerfile + docker-compose
- Testing + Coverage
- CODEOWNERS
- Docker security (user/group, apparmor, seccomp, capabilities, etc.)
- Github Release (optional)
- Sentry (optional)
- Dotenv (optional)

## 🦀 Contributing

Check the [CONTRIBUTING.md](CONTRIBUTING.md) file