Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (27 loc) · 1.49 KB

README.rst

File metadata and controls

38 lines (27 loc) · 1.49 KB

GHActions Codecov CircleCI

mne-project-template - A template for mne-python compatible extensions

mne-project-template is a template project for mne-python compatible extensions.

Thank you for cleanly contributing to the mne-python ecosystem!

Refer to the documentation to modify the template for your own mne-python extension or follow this quick reference:

$ git clone https://github.com/mne-tools/mne-project-template.git mne-foo
$ cd mne-foo
$ # update mne_project_template_bootstrap.sh
$ bash mne_project_template_bootstrap.sh
$ rm mne_project_template_bootstrap.sh
$ rm -rf .git
$ git init && git add . && git commit -m 'Initial commit'
$ git remote add origin https://github.com/your_remote/mne-foo.git
$ git push origin master
$ # Activate all CIs