https://github.com/frequenz-floss/frequenz-copier-rs
An opinionated Copier template to create Frequenz rust projects
https://github.com/frequenz-floss/frequenz-copier-rs
Last synced: about 1 year ago
JSON representation
An opinionated Copier template to create Frequenz rust projects
- Host: GitHub
- URL: https://github.com/frequenz-floss/frequenz-copier-rs
- Owner: frequenz-floss
- License: mit
- Created: 2024-11-01T11:43:30.000Z (over 1 year ago)
- Default Branch: v0.x.x
- Last Pushed: 2024-11-26T11:05:35.000Z (over 1 year ago)
- Last Synced: 2025-01-28T03:17:19.444Z (over 1 year ago)
- Language: Jinja
- Size: 79.1 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# frequenz-copier-rs
[](https://github.com/copier-org/copier)
An opinionated Copier template to create Frequenz rust projects
## How to copy this template
1. Install [Copier](https://copier.readthedocs.io/en/stable/#installation)
2. Run `copier copy https://github.com/frequenz-floss/frequenz-copier-rs.git path/to/destination`
## How to update this template
If the template is updated, you can update any project generated from the
template with the following command (yes, it is the same command as above):
```sh
copier copy https://github.com/frequenz-floss/frequenz-copier-rs.git path/to/destination
```