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

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.

Awesome Lists containing this project

README

          


GitHub Actions status

# 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`