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

https://github.com/pr4j3sh/c

c package/library template
https://github.com/pr4j3sh/c

boilerplate c frames library package template

Last synced: 8 months ago
JSON representation

c package/library template

Awesome Lists containing this project

README

          

# C Package/Library

A `c` package/library template that uses Make build tool.

## Installation

```bash
npm create @pr4j3sh/frames@latest c mypkg
```

## Usage

```bash
make run
```

## References

- [C Documentation](https://devdocs.io/c/)
- [Make Documentation](https://www.gnu.org/software/make/manual/make.html)
- [@pr4j3sh/frames](https://pr4j3sh.github.io/frames/)