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

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

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/)