{"id":22296176,"url":"https://github.com/kakwa/mk-sh-skel","last_synced_at":"2026-08-13T09:31:09.326Z","repository":{"id":6709049,"uuid":"7954614","full_name":"kakwa/mk-sh-skel","owner":"kakwa","description":"just a simple script skeleton initializer","archived":false,"fork":false,"pushed_at":"2015-11-26T23:25:02.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-07-30T18:30:08.670Z","etag":null,"topics":["boilerplate-template","shell","skeleton"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kakwa.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}},"created_at":"2013-02-01T08:37:57.000Z","updated_at":"2023-08-18T13:10:54.000Z","dependencies_parsed_at":"2022-07-31T04:08:45.885Z","dependency_job_id":null,"html_url":"https://github.com/kakwa/mk-sh-skel","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kakwa/mk-sh-skel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakwa%2Fmk-sh-skel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakwa%2Fmk-sh-skel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakwa%2Fmk-sh-skel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakwa%2Fmk-sh-skel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kakwa","download_url":"https://codeload.github.com/kakwa/mk-sh-skel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakwa%2Fmk-sh-skel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36602639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":["boilerplate-template","shell","skeleton"],"created_at":"2024-12-03T17:44:28.293Z","updated_at":"2026-08-13T09:31:09.306Z","avatar_url":"https://github.com/kakwa.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mk-sh-skel #\n\njust a simple script skeleton initializer\n\n## License ##\n\nmk-sh-skel is released under the MIT Public License\n\n## Installation ##\n\nQuick and dirty:\n```bash\nrm -f /usr/local/bin/mksh-skel\ncurl https://raw.githubusercontent.com/kakwa/mk-sh-skel/master/mksh-skel \\\n-o /usr/local/bin/mksh-skel\nchmod 755 /usr/local/bin/mksh-skel\n#end\n```\nCleaner:\n```bash\n# after recovering the sources\nmake install # PREFIX=/usr/local/ DESTDIR=./buildroot/\n```\n\n## Usage ##\n\nIt's quite simple:\n\n```shell\nmksh-skel -n \u003cpath/to/new/script\u003e\n```\n\n## Skeleton output ##\n\nIt generates a basic skeleton with help and getopts\n\n```bash\n#!/bin/sh\n\nhelp(){\n  cat \u003c\u003cEOF\nusage: `basename $0` \u003cargs\u003e\n\n\u003cdescription\u003e\n\narguments:\n  \u003coptions\u003e\nEOF\n  exit 1\n}\n\nwhile getopts \":hn:\" opt; do\n  case $opt in\n    h)  help;;\n    n)  NAME=\"$OPTARG\";;\n    \\?) echo \"Invalid option: -$OPTARG\" \u003e\u00262 ;help; exit 1 ;;\n    :)  echo \"Option -$OPTARG requires an argument.\" \u003e\u00262; help; exit 1;;\n  esac\ndone\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkakwa%2Fmk-sh-skel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkakwa%2Fmk-sh-skel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkakwa%2Fmk-sh-skel/lists"}