![]() |
crun-cli v1.4.0
C-based project scaffolding CLI
|
| project | |
| common | |
| color.h | ANSI Color header file |
| patterns.h | Patterns header file |
| inc | |
| crun.h | Core crun CLI interfaces |
| crun_audit.h | Audit logging API for CLI/file outputs |
| crun_file_manager.h | File/path utilities for crun runtime data |
| crun_json_manager.h | JSON parsing helpers for stacks metadata |
| crun_libcurl.h | Network download helpers built on top of libcurl |
| crun_zip_manager.h | ZIP extraction helpers |
| src | |
| crun.c | Crun source file |
| crun_audit.c | Crun audit/logging helpers implementation |
| crun_file_manager.c | Crun_file_manager source file |
| crun_json_manager.c | Crun_json_manager source file |
| crun_libcurl.c | Crun_libcurl source file |
| crun_zip_manager.c | Crun_zip_manager source file |
| main.c | Main source file |