{"id":23181761,"url":"https://github.com/itachi1621/ruby-project-creation-script","last_synced_at":"2026-05-08T19:33:34.483Z","repository":{"id":208135127,"uuid":"622006043","full_name":"itachi1621/Ruby-Project-Creation-Script","owner":"itachi1621","description":"This is a simple shell script that automates the process of creating a new Ruby project and initializing Git repository.","archived":false,"fork":false,"pushed_at":"2023-03-31T22:57:06.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-03T15:49:51.735Z","etag":null,"topics":["bash","bash-script","ruby","shell","shell-script"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itachi1621.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}},"created_at":"2023-03-31T21:49:29.000Z","updated_at":"2023-03-31T22:57:59.000Z","dependencies_parsed_at":"2023-11-19T23:39:08.516Z","dependency_job_id":null,"html_url":"https://github.com/itachi1621/Ruby-Project-Creation-Script","commit_stats":null,"previous_names":["itachi1621/ruby-project-creation-script"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itachi1621/Ruby-Project-Creation-Script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2FRuby-Project-Creation-Script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2FRuby-Project-Creation-Script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2FRuby-Project-Creation-Script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2FRuby-Project-Creation-Script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itachi1621","download_url":"https://codeload.github.com/itachi1621/Ruby-Project-Creation-Script/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2FRuby-Project-Creation-Script/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32794716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bash","bash-script","ruby","shell","shell-script"],"created_at":"2024-12-18T08:17:54.502Z","updated_at":"2026-05-08T19:33:34.465Z","avatar_url":"https://github.com/itachi1621.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ruby Project Creation Script\nThis is a simple shell script that automates the process of creating a new Ruby project and initializing Git repository.\n\n\n\n## Requirements \n1. Git installed on your system\n2. Ruby installed on your system\n\n\n## Usage\n1. Clone this repository or download the `ruby_project_make.sh` script.\n\n2. Open a terminal and navigate to the directory where you want to create your project.\n\n3. Place `ruby_project_make.sh` script in that directory \n\n4. Run the script using one the following commands:\n    \n    **i.** If you want to create using an argument for the project name, \n     run the following command:\n\n    ```\n    sh /path/to/ruby_project_make.sh project_name\n\n    ```\n    **or**\n    \n    **i.** If you want to create using a prompt for the project name, run the following command:\n\n    ```\n\n    sh /path/to/ruby_project_make.sh\n\n    ```\n\n    **ii.** Follow the prompt to enter your `project name`\n\n### Following actions will then happen:\n1. The script will create a new directory named with `project_name` \n2. Initialize a Git repository \n3. Set repository branch to `main`\n4. Create a `README.md` file with the `project name` as its contents.\n5. Create a empty `LICENCE` file.\n6. Create a `.gitignore` file\n7. Create a empty ruby file with the name `project_name.rb`\n\nYou can start working on your project by opening the project directory in your favorite code editor.\n\n## License\nThis script is released under the MIT License. Feel free to modify and use it however you like.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitachi1621%2Fruby-project-creation-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitachi1621%2Fruby-project-creation-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitachi1621%2Fruby-project-creation-script/lists"}