We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b181cf commit dc66b21Copy full SHA for dc66b21
.gitignore
@@ -1,7 +1,7 @@
1
*DS_Store
2
3
# IDE
4
-.vscode
+.vscode/*.log
5
6
## virtual env
7
env/*
.vscode/extensions.json
@@ -0,0 +1,6 @@
+{
+ "recommendations": [
+ "gimly81.matlab",
+ "ExecutableBookProject.myst-highlight"
+ ]
+}
README.md
@@ -45,6 +45,20 @@ When you have set up your repo you may need to change those badges
45
git clone URL_to_your_repo
46
```
47
48
+### Install with cookiecutter
49
+
50
+Install Cookiecutter:
51
52
+```bash
53
+pip install -U cookiecutter
54
+```
55
56
+Generate project:
57
58
59
+cookiecutter https://github.com/Remi-Gau/cookiecutter_matlab_analysis.git
60
61
62
## Configuration
63
64
Check the
0 commit comments