https://github.com/kod1ngclub/ccli
📗 Framework for ANSI CLI app with C
https://github.com/kod1ngclub/ccli
argument-parser cli framework
Last synced: about 1 year ago
JSON representation
📗 Framework for ANSI CLI app with C
- Host: GitHub
- URL: https://github.com/kod1ngclub/ccli
- Owner: kod1ngclub
- License: gpl-3.0
- Created: 2025-01-30T05:58:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T11:06:57.000Z (over 1 year ago)
- Last Synced: 2025-02-16T12:18:33.552Z (over 1 year ago)
- Topics: argument-parser, cli, framework
- Language: C
- Homepage: https://github.com/kod1ngclub/ccli#README
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ccli
📗 Framework for ANSI CLI app with C
## Concept
- As easy as possible
- Explicit
- Fast
- Zero memory footprint
## Getting started
```py
# make amalgam build
python3 make.py
```
## License
ccli is under **GPL 3.0**