Skip to content

andrei-pavel/cpp-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple C++ boilerplate

Reads all the entries in the provided config.yaml and outputs them.

yaml-cpp is a dependency and needs to be installed prior to building.

Usage

meson ./build
ninja -C ./build
./build/cpp-boilerplate -c|--config ${CONFIG_FILE}
Usage:
  cpp-boilerplate [OPTION...]

  -h, --help        show usage
  -c, --config arg  specify YAML configuration file

Sample config.yaml provided in root directory

To format source files, run:

./clang-format [${FILE}...]

Support the maintainer

Donate using Liberapay

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published