Skip to content

edenreich/console-component-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Component Generator

Codegen for console component library written in C++.

Usage

  1. Download binary from https://github.com/edenreich/console-component-generator/releases/download/v1.0.0/console-gen and place it in your global bin directory:
curl -sSL https://github.com/edenreich/console-component-generator/releases/download/v1.0.0/console-gen -o console-gen
chmod u+x console-gen && sudo mv console-gen /usr/bin/console-gen
  1. From within your project run:
console-gen make:command --name todo:list --class TodoList.
  1. Files are autogenerated in commands directory.

Build

Run mkdir build && cd build && cmake .. && make

After building the project binary called console-gen should be placed in bin directory.

Target

This project targets Linux.

About

Codegen for console component library written in C++

Resources

License

Stars

Watchers

Forks

Packages

No packages published