-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookiecutter.json
34 lines (34 loc) · 1.06 KB
/
cookiecutter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"templates": {
"cuda": {
"path": "./template/cuda",
"title": "CUDA Project",
"description": "A cookiecutter template for a cuda project"
},
"cxx": {
"path": "./template/cxx",
"title": "C++ Project",
"description": "A cookiecutter template for a cxx project"
},
"go": {
"path": "./template/go",
"title": "Go Project",
"description": "A cookiecutter template for a go project"
},
"py": {
"path": "./template/py",
"title": "Python Project",
"description": "A cookiecutter template for a python project"
},
"rs": {
"path": "./template/rs",
"title": "Rust Project",
"description": "A cookiecutter template for a rust project"
},
"ts": {
"path": "./template/ts",
"title": "TypeScript Project",
"description": "A cookiecutter template for a typescript project"
}
}
}