Skip to content

minosariane/cppcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cppcli

A simple CLI that can generate C++ code because I'm too lazy to type it myself

Installation

Dependencies

Boost 1.82.0-r1

CMake 3.26.5

Compilation

  • mkdir build/
  • cmake -B build/
  • cmake --build build/
  • sudo cmake --install build/

Usage

Create a new C++ project:

  • cppcli --new <project name>

Create a class:

  • cppcli --make class

then a prompt will guide you through the creation of the class, or edit an existing one.

TODO

I need to refactor the code.

About

A simple CLI that can generate C++ code because I'm too lazy to type it myself

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published