{"id":23181758,"url":"https://github.com/itachi1621/bashprojectcreationscript","last_synced_at":"2026-04-16T00:31:37.298Z","repository":{"id":208135119,"uuid":"619417855","full_name":"itachi1621/BashProjectCreationScript","owner":"itachi1621","description":"Simple shell script that automates the process of creating a new bash script project and initializing Git repository.","archived":false,"fork":false,"pushed_at":"2023-03-27T05:22:08.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T10:25:16.640Z","etag":null,"topics":["bash","bash-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-27T05:21:04.000Z","updated_at":"2023-03-27T17:36:00.000Z","dependencies_parsed_at":"2023-11-19T23:39:08.506Z","dependency_job_id":null,"html_url":"https://github.com/itachi1621/BashProjectCreationScript","commit_stats":null,"previous_names":["itachi1621/bashprojectcreationscript"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itachi1621/BashProjectCreationScript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2FBashProjectCreationScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2FBashProjectCreationScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2FBashProjectCreationScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2FBashProjectCreationScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itachi1621","download_url":"https://codeload.github.com/itachi1621/BashProjectCreationScript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2FBashProjectCreationScript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31866244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: 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"],"created_at":"2024-12-18T08:17:54.313Z","updated_at":"2026-04-16T00:31:37.272Z","avatar_url":"https://github.com/itachi1621.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bash Project Creation Script\n\nThis is a simple shell script that automates the process of creating a new bash script project and initializing Git repository.\n\n## Requirements\n1. Bash installed on your system\n2. Git installed on your system\n\n## Usage\n1. Clone this repository or download the `bash_project_create.sh` script.\n\n2. Open a terminal and navigate to the directory where you want to create your project.\n\n3. Place `bash_project_create.sh` script in that directory \n\n3. Run the script using the following command:\n```\nsh /path/to/bash_project_create.sh project_name\n```\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 empty `.gitignore` file .\n7. Create a shell file with the name `project_name.sh` , make it executable and add a shebang line.\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.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitachi1621%2Fbashprojectcreationscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitachi1621%2Fbashprojectcreationscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitachi1621%2Fbashprojectcreationscript/lists"}