{"id":15697453,"url":"https://github.com/ulisesgascon/opinionated-bash-scripts","last_synced_at":"2025-08-02T06:10:21.723Z","repository":{"id":207566714,"uuid":"719539804","full_name":"UlisesGascon/opinionated-bash-scripts","owner":"UlisesGascon","description":"Useful (and VERY OPINIONATED) Bash scripts that I use for my projects ☕️","archived":false,"fork":false,"pushed_at":"2024-01-31T10:52:01.000Z","size":295,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-21T16:47:03.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/UlisesGascon.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":"2023-11-16T11:40:57.000Z","updated_at":"2023-12-21T08:59:28.000Z","dependencies_parsed_at":"2024-01-18T13:48:54.230Z","dependency_job_id":"7db6fc16-2e6a-418a-9882-b2b029b48d5c","html_url":"https://github.com/UlisesGascon/opinionated-bash-scripts","commit_stats":null,"previous_names":["ulisesgascon/opinionated-bash-scripts"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/UlisesGascon/opinionated-bash-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UlisesGascon%2Fopinionated-bash-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UlisesGascon%2Fopinionated-bash-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UlisesGascon%2Fopinionated-bash-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UlisesGascon%2Fopinionated-bash-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UlisesGascon","download_url":"https://codeload.github.com/UlisesGascon/opinionated-bash-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UlisesGascon%2Fopinionated-bash-scripts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268340260,"owners_count":24234697,"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-02T02:00:12.353Z","response_time":74,"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":[],"created_at":"2024-10-03T19:19:58.963Z","updated_at":"2025-08-02T06:10:21.695Z","avatar_url":"https://github.com/UlisesGascon.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Opinionated Bash Scripts\n\nThese are scripts that I use for my projects :rainbow:. \n\nThey are opinionated and may not be useful for you, but feel free to use them as you wish, even if it's just for inspiration. :tanabata_tree:\n\n## Usage directly from GitHub\n\n```bash\necho \"------------[LOAD DEPENDENCIES]-----------\"\ncurl https://raw.githubusercontent.com/UlisesGascon/opinionated-bash-scripts/main/scripts/git.sh --output git_utils.sh\nsource git_utils.sh\necho \"------------------------------------------\"\n\necho \"-------------[CREATE A FOLDER]------------\"\nmkdir test\ncd test\necho \"------------------------------------------\"\n\necho \"------------[CLONE THE PROJECT]-----------\"\ngit_clone_public_project https://github.com/UlisesGascon/opinionated-bash-scripts\ngit_checkout_branch main opinionated-bash-scripts\necho \"------------------------------------------\"\n\necho \"----------------[CLEAN UP]----------------\"\necho \"You can safely remove the stuff. RUN:\"\necho \"cd .. \u0026\u0026 rm -rf test \u0026\u0026 rm git_utils.sh\"\necho \"------------------------------------------\"\n```\n\nThe output should be something like this:\n\n![bash terminal output](.github/other/terminal_output.png)\n\nNote: You can replace `curl` by copying the script and pasting it in your terminal.\n\n## Usage as Docker image\n\nYou can use [UlisesGascon/development-toolkit](https://github.com/UlisesGascon/development-toolkit). In this image you will find all the scripts ready to be used. [Documentation](https://github.com/UlisesGascon/development-toolkit#notes)\n\n## Development\n\n### Requirements\n\n- [Docker](https://docs.docker.com/get-docker/)\n- [GNU Make](https://www.gnu.org/software/make/)\n- [Bash](https://www.gnu.org/software/bash/)\n- [ShellCheck](https://www.shellcheck.net/)\n- [Bats Core](https://github.com/bats-core/bats-core)\n- [Hadolint](https://github.com/hadolint/hadolint)\n\n### Commands\n\n#### Test\n\n```bash\nmake test\n```\n\n#### Lint\n\n```bash\nmake lint\n```\n\n## Contributing :steam_locomotive:\n\nFeel free to open an issue if you have any questions or suggestions but please note that I may not be able to help you with your specific use case.\n\n:warning: If you want to contribute code, please open a pull request. I will review it as soon as I can, but take into account that this is a side project and it is very opinionated, so I may not accept your changes if they don't fit my use case.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulisesgascon%2Fopinionated-bash-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulisesgascon%2Fopinionated-bash-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulisesgascon%2Fopinionated-bash-scripts/lists"}