Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raulil/cfug
- Owner: RauliL
- Created: 2023-12-05T15:29:50.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-07T08:55:58.000Z (11 months ago)
- Last Synced: 2024-08-10T07:03:08.600Z (3 months ago)
- Topics: build-tool, cplusplus, project-management-tool
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.