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.
- Host: GitHub
- URL: https://github.com/namelessvoid/class-generator
- Owner: namelessvoid
- Created: 2017-12-04T21:42:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T09:31:37.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T19:40:32.417Z (about 1 year ago)
- Language: C#
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]`