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
- Host: GitHub
- URL: https://github.com/pr4j3sh/c
- Owner: pr4j3sh
- License: mit
- Created: 2024-12-08T14:50:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-12T11:16:23.000Z (over 1 year ago)
- Last Synced: 2025-02-08T05:27:09.527Z (over 1 year ago)
- Topics: boilerplate, c, frames, library, package, template
- Language: Makefile
- Homepage:
- Size: 9.77 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
# 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/)