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

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

Awesome Lists containing this project

README

          

# frequenz-copier-rs

[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json)](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
```