{"id":13566666,"url":"https://github.com/yvoronoy/shell-boilerplate","last_synced_at":"2026-02-03T11:30:28.936Z","repository":{"id":145393244,"uuid":"71133268","full_name":"yvoronoy/shell-boilerplate","owner":"yvoronoy","description":"Bash Boilerplate","archived":false,"fork":false,"pushed_at":"2016-10-26T03:00:14.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-11-04T21:37:05.283Z","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/yvoronoy.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":"2016-10-17T11:55:58.000Z","updated_at":"2019-12-26T09:40:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"a12e2725-746a-4344-af0f-4f905bc7d2e8","html_url":"https://github.com/yvoronoy/shell-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvoronoy%2Fshell-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvoronoy%2Fshell-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvoronoy%2Fshell-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvoronoy%2Fshell-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yvoronoy","download_url":"https://codeload.github.com/yvoronoy/shell-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247103290,"owners_count":20884023,"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":[],"created_at":"2024-08-01T13:02:14.208Z","updated_at":"2026-02-03T11:30:28.910Z","avatar_url":"https://github.com/yvoronoy.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Shell Boilerplate [![Code Climate](https://codeclimate.com/github/yvoronoy/shell-boilerplate/badges/gpa.svg)](https://codeclimate.com/github/yvoronoy/shell-boilerplate)\nShell Boilerplate\n\n## How to use\n### Instalation\n```\nwget https://raw.githubusercontent.com/yvoronoy/shell-boilerplate/master/script.sh\n```\n### How create custom action\nUsage:\n  script.sh [action name] [--options] [\u003carguments\u003e]\n\nYou can specify your own action for example _helloworld_\n```\nhelloworldAction()\n{\n  echo \"Hello World!\";\n}\n```\nand run it `script.sh helloworld`\nThat's it.\n\n## Code Style\n- Use two spaces instead tab.\n- Use ; at the end of line.\n- Use {} to enclose your variables.\n- Use :- if you want to test variables that could be undeclared. For instance, with if [ \"${NAME:-}\" = \"Kevin\" ], $NAME will evaluate to Kevin if the variable is empty. The variable itself will remain unchanged. The syntax to assign a default value is ${NAME:=Kevin}.\n\n## Resources\n- [Best Practices for Writing Bash Scripts](http://kvz.io/blog/2013/11/21/bash-best-practices/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvoronoy%2Fshell-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyvoronoy%2Fshell-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvoronoy%2Fshell-boilerplate/lists"}