forked from nmusolino/cookiecutter-cpplib-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
17 lines (15 loc) · 625 Bytes
/
TODO
File metadata and controls
17 lines (15 loc) · 625 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Create README.md in project_slug: How to configure, see CONTRIBUTING, LICENSE, credits to this template
Add build folder to project_slug and its .gitignore
make sanitizers optional
Add doc-engines: doxygen, sphinx
Add bump2version hook
Add clang-formatter
Add demos (ref.: https://cmake.org/examples/; https://www.bogotobogo.com/cplusplus/make.php)
Add CONTRIBUTING.rst
Add features of other cookiecutters
Add copyright notice and license notice to each file automatically with python script
Add changelog-generator?
Add SCons
Make multiple build systems in parallel possible?
Keep README.md in cc up to date
Add CI hook?