A template for R users
Use pipx to install copier, and
render the template.
# intalling copier
pipx install copier# start a software project with this template
copier copy https://github.com/SS-NES/<repo>.git <path/to/project-directory># Changes to the meta template can be synced.
# At the root of the software project, do:
copier update --answers-file .meta-answers.ymlIMPORTANT: To enable updates, the sofware project must be a Git repository, and the status must show it is clean, i.e., no pending changes to commit.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.