https://github.com/edenreich/console-generator
A code genrator for the console-component, it generate commands quickly, so you can be more productive and focus only on code.
https://github.com/edenreich/console-generator
cli cmake code-generation code-generator commandline commandline-helper commandline-interface console console-application cpp cpp17
Last synced: 7 months ago
JSON representation
A code genrator for the console-component, it generate commands quickly, so you can be more productive and focus only on code.
- Host: GitHub
- URL: https://github.com/edenreich/console-generator
- Owner: edenreich
- Created: 2019-10-19T00:31:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T22:26:50.000Z (almost 6 years ago)
- Last Synced: 2025-01-16T16:42:59.831Z (9 months ago)
- Topics: cli, cmake, code-generation, code-generator, commandline, commandline-helper, commandline-interface, console, console-application, cpp, cpp17
- Language: CMake
- Homepage:
- Size: 3.15 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Console Component
A code genrator for the console-component, it generate commands quickly, so you can be more productive and focus only on code.
## Basic Usage
Simply run `console-generator make:command --name [command_name]`, check commands directory, you should have a new generated command.
## Build
1. Run `cd build && cmake ..`
2. Run `cmake --build . --config Release`