16 lines
571 B
Markdown
16 lines
571 B
Markdown
# /chad/ structure
|
|
|
|
This directory showcases how a chad compliant project directory looks like.
|
|
|
|
| Directory | Use |
|
|
| :-------: | :---: |
|
|
| documentation/ | Documentation regarding the project and hard to come by or custom documentation for developers (library, API and or theoritical papers and such). |
|
|
| source/ | Soure code required to produce the projects main target. Headers belong here too. |
|
|
| tool/ | Helper scripts and programs used during development. |
|
|
| test/ | Test scripts and test inputs. |
|
|
|
|
### Recommended tools
|
|
+ git
|
|
+ GNU Make
|
|
+ cmdtest
|