An open API service indexing awesome lists of open source software.

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

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!

[![buy me a coffee](https://github.com/negrel/.github/blob/master/.github/images/bmc-button.png?raw=true)](https://www.buymeacoffee.com/negrel)

## :scroll: License

MIT © [Alexandre Negrel](https://www.negrel.dev/)