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

https://github.com/namelessvoid/class-generator

Little dotnet core CLI example application to create C++ classes from header/source template files.
https://github.com/namelessvoid/class-generator

Last synced: 10 months ago
JSON representation

Little dotnet core CLI example application to create C++ classes from header/source template files.

Awesome Lists containing this project

README

          

# Simple Code Generator for C++ classes

A very basic class generator for C++ classes. See `--help` for instructions.

# Install and run

Note: this is how I run the generator. You should be able to use every `dotnet build/run/publish` command you require for your use case.

- `dotnet publish -c Release -o ~/bin/class-generator`
- `dotnet ~/bin/class-generator/ClassGenerator.dll [params]`