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.
- Host: GitHub
- URL: https://github.com/scipp/ess_template
- Owner: scipp
- License: bsd-3-clause
- Created: 2024-02-19T10:27:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-17T09:21:17.000Z (9 months ago)
- Last Synced: 2025-06-17T10:27:56.627Z (9 months ago)
- Language: Jinja
- Size: 13.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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'
```