https://github.com/oovm/rusttemplate
Rust Mono Project Template
https://github.com/oovm/rusttemplate
emoji-commit monorepo rust template
Last synced: 4 months ago
JSON representation
Rust Mono Project Template
- Host: GitHub
- URL: https://github.com/oovm/rusttemplate
- Owner: oovm
- License: mpl-2.0
- Created: 2017-04-20T13:08:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T06:41:06.000Z (about 2 years ago)
- Last Synced: 2025-03-24T21:05:09.502Z (over 1 year ago)
- Topics: emoji-commit, monorepo, rust, template
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
Rust Template Project
=====================
Rust template project for monorepo
## Change the initial commit
```shell
git commit --amend --message "๐ Project initialized!" --date "2012-12-12"
```
## Emoji Comment
| Emoji | Meaning |
|--------|------------------------------|
| ๐ | Project initialized! |
| ๐ | Release new version |
| ๐งช๐ฎ | Experimental code |
| ๐ง๐๐ | Bug fix |
| ๐ | Security fix |
| ๐ฃ๐ค๐ฅ | Add feature |
| ๐๐ | Documentation |
| ๐ | Performance improve! |
| ๐ง | Work in progress |
| ๐จ | Test coverage improve! |
| ๐ฅ | CI improve! |
| ๐ฅ๐งจ | Remove code or files |
| ๐งน | Code refactor |
| ๐ | Add analytics or branch code |
| ๐ค | Automation fix |
| ๐ฆ | Update dependencies |