Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 535 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 535 Bytes

CFug

Utilities for C++ project management.

Requirements

Commands

  • cfug new: Initializes new project. By default executable template is used, but this can be changed with --template argument. Available templates are executable, header-only and library.
  • cfug configure: Runs CMake configuration on the project.
  • cfug build: Builds the project.
  • cfug test: Runs test cases.
  • cfug clean: Cleans all build files.