{"id":25871923,"url":"https://github.com/musooo/sp-boot-utils","last_synced_at":"2025-03-02T07:35:13.595Z","repository":{"id":279988363,"uuid":"940211019","full_name":"Musooo/SP-Boot-utils","owner":"Musooo","description":"A tool to automate model, service, repository file creation","archived":false,"fork":false,"pushed_at":"2025-02-28T19:10:13.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T20:49:51.085Z","etag":null,"topics":["spring-boot"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Musooo.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-02-27T19:45:17.000Z","updated_at":"2025-02-28T19:10:17.000Z","dependencies_parsed_at":"2025-02-28T20:49:55.645Z","dependency_job_id":"528b5e9e-ce47-4d92-9dbd-3c1e36874682","html_url":"https://github.com/Musooo/SP-Boot-utils","commit_stats":null,"previous_names":["musooo/sp-boot-utils"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Musooo%2FSP-Boot-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Musooo%2FSP-Boot-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Musooo%2FSP-Boot-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Musooo%2FSP-Boot-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Musooo","download_url":"https://codeload.github.com/Musooo/SP-Boot-utils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241476352,"owners_count":19968902,"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","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":["spring-boot"],"created_at":"2025-03-02T07:35:12.687Z","updated_at":"2025-03-02T07:35:13.558Z","avatar_url":"https://github.com/Musooo.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Documentation\n\n## Table of Contents\n- [Introduction](#introduction)\n- [License](#license)\n- [Getting Started](#getting-started)\n    - [Prerequisites](#prerequisites)\n    - [Installation](#installation)\n- [Usage](#usage)\n\n## Introduction\nThis project is a simple code generator for creating Java classes for models, services, and repositories based on Spring framework conventions. It reads configuration from a file and generates the necessary files in the specified directory structure.\n\n## License\nThis project is licensed under the GNU General Public License v3.0. See the [LICENSE](#license) file for details.\n\n## Getting Started\n\n### Prerequisites\n- GCC compiler\n- Make utility (optional)\n\n### Installation\nTo compile the project, run the following command:\n```bash\ncc -Wall -Wextra -std=c99 -O2 -o \u003cname_of_executable\u003e main.c\n```\nOr:\n```bash\ngcc main.c -o \u003cname_of_executable\u003e\n```\n\n### Making it a system wide command\n\n## On windows:\n```\n1) compile the program\n2) go to modify system variable: relative to the system or to the account\n3) if relative to the system go to environment variable (if account skip this)\n4) Select path -\u003e modify\n5) New -\u003e paste the directory where the .exe is located\n```\n\n## On linux:\n```\nsudo cc -Wall -Wextra -std=c99 -O2 -o bin/\u003cname_of_executable\u003e main.c\n```\nOr:\n```\ncc -Wall -Wextra -std=c99 -O2 -o bin/\u003cname_of_executable\u003e main.c\nsudo mv \u003cname_of_executable\u003e bin/\n```\n\n## On mac os\n```\nsudo cc -Wall -Wextra -std=c99 -O2 -o /usr/local/bin/\u003cname_of_executable\u003e main.c\n```\nOr:\n```\ncc -Wall -Wextra -std=c99 -O2 -o \u003cname_of_executable\u003e main.c\nsudo mv \u003cname_of_executable\u003e /usr/local/bin\n```\n\n\n## Usage\n\nfor help:\n```bash\n./\u003cname_of_executable\u003e -h\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmusooo%2Fsp-boot-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmusooo%2Fsp-boot-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmusooo%2Fsp-boot-utils/lists"}