https://github.com/negrel/ccgen
C Code Generation Tools
https://github.com/negrel/ccgen
Last synced: 11 months ago
JSON representation
C Code Generation Tools
- Host: GitHub
- URL: https://github.com/negrel/ccgen
- Owner: negrel
- License: mit
- Created: 2024-06-26T12:51:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-26T18:07:50.000Z (over 1 year ago)
- Last Synced: 2025-01-08T09:13:56.705Z (12 months ago)
- Language: C
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `ccgen` - C Code generation library
Simple C Code generation library.
## Why ?
- What was your motivation?
- Why did you build this project?
- What problem does it solve?
- What did you learn?
- What makes your project stand out?
If your project has a lot of features, consider adding a "Features" section and listing them here.
## Getting started
### Configuration
Here is a table of configuration options:
| Option name | Default value | Description |
| :-----------: | :-----------: | :------------------------------: |
| `OPTION_NAME` | `VALUE` | Option description. |
### Building the project
```shell
make build
```
### Running the tests
```shell
make tests
```
## Contributing
If you want to contribute to `ccgen` to add a feature or improve the code contact
me at [alexandre@negrel.dev](mailto:alexandre@negrel.dev), open an
[issue](https://github.com/negrel/ccgen/issues) or make a
[pull request](https://github.com/negrel/ccgen/pulls).
## :stars: Show your support
Please give a :star: if this project helped you!
[](https://www.buymeacoffee.com/negrel)
## :scroll: License
MIT © [Alexandre Negrel](https://www.negrel.dev/)