SkillAgentSearch skills...

CppTemplate

Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with GitHub Action continuous integration

Install / Use

/learn @chronoxor/CppTemplate
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CppTemplate

License Release <br/> Linux (clang) Linux (gcc) MacOS <br/> Windows (Cygwin) Windows (MSYS2) Windows (MinGW) Windows (Visual Studio)

C++ Template Library contains initial templates for a new C++ library project.

CppTemplate API reference

Contents

Features

  • Cross platform (Linux, MacOS, Windows)
  • Benchmarks
  • Examples
  • Tests
  • Doxygen API documentation
  • Continuous integration (GitHub Actions)

Requirements

Optional:

How to build?

Install gil (git links) tool

pip3 install gil

Setup repository

git clone https://github.com/chronoxor/CppTemplate.git
cd CppTemplate
gil update

Linux

cd build
./unix.sh

MacOS

cd build
./unix.sh

Windows (Cygwin)

cd build
unix.bat

Windows (MSYS2)

cd build
unix.bat

Windows (MinGW)

cd build
mingw.bat

Windows (Visual Studio)

cd build
vs.bat
View on GitHub
GitHub Stars44
CategoryDevelopment
Updated1mo ago
Forks13

Languages

C++

Security Score

95/100

Audited on Feb 23, 2026

No findings