Cookiecutter template repository for NeuroML modelling projects.
This interactively creates a new NeuroML model project that:
- creates a directory structure
- adds a license
- adds basic OMV tests and sets up GitHub Actions
- adds a simple starter python project for building a NeuroML model and simulation
- sets up requirements.txt files to support different simulation backends
- initialises Git (optional)
- initialises Git-annex for data (optional)
You can use cookiecutter to directly pull this template from GitHub:
$ cookiecutter gh:sanjayankur31/neuroml-model-template
You can also download it and run cookiecutter. More information on cookiecutter is in its documentation here.