https://github.com/pr4j3sh/cpp
cpp package/library template
https://github.com/pr4j3sh/cpp
boilerplate cpp frames library package template
Last synced: 23 days ago
JSON representation
cpp package/library template
- Host: GitHub
- URL: https://github.com/pr4j3sh/cpp
- Owner: pr4j3sh
- License: mit
- Created: 2024-12-08T18:21:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-12T11:16:43.000Z (over 1 year ago)
- Last Synced: 2025-10-29T20:58:36.786Z (8 months ago)
- Topics: boilerplate, cpp, frames, library, package, template
- Language: Makefile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CPP Package/Library
A `cpp` package/library template that uses Make build tool.
## Installation
```bash
npm create @pr4j3sh/frames@latest cpp mypkg
```
## Usage
```bash
make run
```
## References
- [CPP Documentation](https://devdocs.io/cpp/)
- [Make Documentation](https://www.gnu.org/software/make/manual/make.html)
- [@pr4j3sh/frames](https://pr4j3sh.github.io/frames/)