{"id":30185872,"url":"https://github.com/claeusdev/pricc","last_synced_at":"2025-08-12T14:09:41.987Z","repository":{"id":256487012,"uuid":"855459153","full_name":"claeusdev/pricc","owner":"claeusdev","description":"a very simple C project starter for all my tiny projects. ","archived":false,"fork":false,"pushed_at":"2025-03-22T23:49:06.000Z","size":21,"stargazers_count":19,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T14:53:29.401Z","etag":null,"topics":["bootstrap","c","cli","rust","rust-crate"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/claeusdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-10T22:45:16.000Z","updated_at":"2025-08-05T21:20:18.000Z","dependencies_parsed_at":"2024-09-11T03:24:09.674Z","dependency_job_id":"ec931dbb-14a5-435b-bf2b-7173b3b08ea6","html_url":"https://github.com/claeusdev/pricc","commit_stats":null,"previous_names":["claeusdev/pricc"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/claeusdev/pricc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claeusdev%2Fpricc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claeusdev%2Fpricc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claeusdev%2Fpricc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claeusdev%2Fpricc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/claeusdev","download_url":"https://codeload.github.com/claeusdev/pricc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claeusdev%2Fpricc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269970130,"owners_count":24505474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","c","cli","rust","rust-crate"],"created_at":"2025-08-12T14:09:38.765Z","updated_at":"2025-08-12T14:09:41.971Z","avatar_url":"https://github.com/claeusdev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pricc\n\nA minimal C project generator written in Rust.\n\n## Installation\n\nCan clone this repo and run the command below, must have rust installed.\n\n```bash\ncargo install --path .\n```\n\nEven better, easier:\n\n```bash\ncargo install pricc\n```\n\nAlternatively:\n\n```bash\nwget https://github.com/claeusdev/pricc/releases/latest/download/pricc\nchmod +x pricc\nsudo mv pricc /usr/local/bin/\n```\n\n\n\n## Usage\n\nCreate a new C project:\n```bash\npricc my_project                              # Basic project\npricc my_project -a \"John Doe\" -d \"My App\"    # With metadata\npricc my_project --standard c17 --tests       # C17 with tests\n```\n\nAvailable options:\n```\nOptions:\n  -a, --author \u003cAUTHOR\u003e            Author of the project\n  -d, --description \u003cDESCRIPTION\u003e  Description of the project\n  -s, --standard \u003cSTANDARD\u003e        C standard [default: c11] [possible values: c89, c99, c11, c17]\n  -t, --tests                      Include test setup\n  -V, --proj-version \u003cVERSION\u003e     Project version [default: 0.1.0]\n  -h, --help                       Print help\n  -v, --version                    Print version\n```\n\n## Generated Project Structure\n\n```\nproject_name/\n├── src/           # Source files\n│   └── main.c\n├── include/       # Header files\n│   └── project.h\n├── tests/         # Test files (if enabled)\n│   └── test_main.c\n├── build/         # Build artifacts\n├── bin/           # Compiled binaries\n├── Makefile\n└── README.md\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaeusdev%2Fpricc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaeusdev%2Fpricc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaeusdev%2Fpricc/lists"}