{"id":17782737,"url":"https://github.com/rodridev23/zigskeleton","last_synced_at":"2025-07-31T11:05:51.709Z","repository":{"id":259516471,"uuid":"878090788","full_name":"RodriDev23/ZigSkeleton","owner":"RodriDev23","description":"Zig cli tool that let you create fast proyects.","archived":false,"fork":false,"pushed_at":"2024-10-24T19:27:55.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T21:20:33.022Z","etag":null,"topics":["cli-tool","zig","ziglang"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/RodriDev23.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-10-24T19:06:23.000Z","updated_at":"2024-10-24T19:46:50.000Z","dependencies_parsed_at":"2024-11-02T05:01:03.305Z","dependency_job_id":null,"html_url":"https://github.com/RodriDev23/ZigSkeleton","commit_stats":null,"previous_names":["rodridev23/zigskeleton"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RodriDev23/ZigSkeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodriDev23%2FZigSkeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodriDev23%2FZigSkeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodriDev23%2FZigSkeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodriDev23%2FZigSkeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RodriDev23","download_url":"https://codeload.github.com/RodriDev23/ZigSkeleton/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodriDev23%2FZigSkeleton/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268026302,"owners_count":24183391,"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-07-31T02:00:08.723Z","response_time":66,"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":["cli-tool","zig","ziglang"],"created_at":"2024-10-27T06:03:51.126Z","updated_at":"2025-07-31T11:05:51.422Z","avatar_url":"https://github.com/RodriDev23.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zig Project Generator CLI\n\n## Overview\n\nThis CLI tool allows users to quickly set up a basic structure for a Zig project, including essential files such as the `main.zig` file and the `src` folder. It provides a solid foundation for building and managing Zig projects efficiently.\n\n## Features\n\n- Generates a `main.zig` file as the entry point.\n- Creates a `src` directory for your source files.\n- Includes a `zig build` setup for easy building in both development and production modes.\n- Automates project setup with a single command.\n\n## Installation\n\nClone this repository and navigate into the project directory:\n```bash\ngit clone \u003crepository_url\u003e\ncd \u003cproject_directory\u003e\n```\n\nBuild the CLI tool:\n```bash\nzig build --release-fast\n```\n\nAfter that, you will see a directory like this:\n```bash\nzig-out/\n```\n\nNavigate inside the `zig-out` directory, and you'll find another directory called `bin`:\n```bash\nls\nZigSkeleton\n```\n\nMove the binary to `/usr/bin/` with the following command:\n```bash\nsudo mv ZigSkeleton /usr/bin\n```\n\nAfter this, the installation is complete.\n\n## Usage\n\nTo create a new Zig project, simply run the following in your terminal:\n```bash\nZigSkeleton\n```\n\nThis will prompt the program to ask for the project name and generate the following structure:\n```\n\u003cproject_name\u003e/\n├── src/\n│   └── main.zig\n└── build.zig\n```\n\nAt the end, you can run your project and see a \"Hello, World!\" output:\n```bash\nzig build run\n```\n\n## Contributing\n\nFeel free to open issues or submit pull requests for improvements and features.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodridev23%2Fzigskeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodridev23%2Fzigskeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodridev23%2Fzigskeleton/lists"}