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

https://github.com/scipp/ess_template

A copier template for ESS data reduction repositories.
https://github.com/scipp/ess_template

Last synced: about 1 month ago
JSON representation

A copier template for ESS data reduction repositories.

Awesome Lists containing this project

README

          

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)

# Copier template for ESS data reduction projects

See [copier](https://copier.readthedocs.io/en/stable/) for details.
Usage example:

```sh
# Add this template to an already existing repo
copier copy -a .copier-answers.ess.yml https://github.com/scipp/ess_template.git .
git add .
git commit -am 'Apply ess template'
```