Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raulil/cfug

Utilities for C++ project management
https://github.com/raulil/cfug

build-tool cplusplus project-management-tool

Last synced: about 5 hours ago
JSON representation

Utilities for C++ project management

Awesome Lists containing this project

README

        

# CFug

Utilities for C++ project management.

## Requirements

- [CMake] >= 3.11
- [Git]

[CMake]: https://www.cmake.org
[Git]: https://git-scm.com/

## 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.