We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cf5b4 commit 88b38dbCopy full SHA for 88b38db
1 file changed
README.md
@@ -0,0 +1,23 @@
1
+# 🦀 Rust template
2
+
3
+My personal template for rust projects
4
5
+
6
7
+## 🦀 Installation
8
9
+You can install it with the following command
10
11
+```shell
12
+cargo generate https://github.com/jd-apprentice/jd-rust
13
+```
14
15
+## 🦀 Usage
16
17
+The project is using [make](https://www.gnu.org/software/make/) and [docker](https://www.docker.com/)
18
19
+You can run it with `make dev` for development and `make` for production
20
21
+## 🦀 Contributing
22
23
+Check the [CONTRIBUTING.md](CONTRIBUTING.md) file
0 commit comments