{"id":17383864,"url":"https://github.com/mcandre/slick","last_synced_at":"2025-04-15T10:09:09.003Z","repository":{"id":57573972,"uuid":"103586667","full_name":"mcandre/slick","owner":"mcandre","description":"a CI-ready shell language syntax checker","archived":false,"fork":false,"pushed_at":"2025-04-01T00:26:48.000Z","size":3413,"stargazers_count":23,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T10:08:37.558Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/mcandre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-09-14T22:09:29.000Z","updated_at":"2025-04-01T00:26:51.000Z","dependencies_parsed_at":"2024-01-18T04:05:58.412Z","dependency_job_id":"4b9806ab-313c-4dcd-9972-8627d5085de6","html_url":"https://github.com/mcandre/slick","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fslick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fslick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fslick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fslick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcandre","download_url":"https://codeload.github.com/mcandre/slick/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249048738,"owners_count":21204306,"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-10-16T07:44:01.854Z","updated_at":"2025-04-15T10:09:08.984Z","avatar_url":"https://github.com/mcandre.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# slick: a CI-ready shell language syntax checker\n\n# EXAMPLES\n\n```console\n$ slick -n examples; echo \"$?\"\n2017/09/14 17:46:09 examples/apples.bash:2:8: arrays are a bash feature\n2017/09/14 17:46:09 examples/hello.sh:2:6: reached EOF without closing quote '\n1\n\n$ slick -help\n  -help\n        Show usage information\n  -n    Validate syntax\n  -version\n        Show version information\n```\n\n# ABOUT\n\nslick provides an alternative to `sh -n`, which is problematic for a number of minor reasons:\n\n* `sh` is hardly ever a bare bones POSIX sh interpreter on most UNIX systems, but usually soft linked to `bash`, `ksh`, `ash`, or even stranger things. So anyone genuinely interested in vetting their `#!/bin/sh` scripts for compliance risks getting false negative scans for scripts that actually contain bashisms, kshisms, and so on. By contrast, `slick` guarantees pure POSIX parsing, so that scripts are scanned consistently regardless of the particular environment configuration.\n* `sh` is difficult to obtain in Windows. Cygwin-like environments are themselves difficult to setup. Should a unix, Linux, Windows, or other system desire syntax checking, `slick` is easy to obtain by gox ports, or through the wonderfully cross-platform Go toolchain.\n\n# DOWNLOAD\n\nhttps://github.com/mcandre/slick/releases\n\n# INSTALL FROM SOURCE\n\n```console\n$ go install github.com/mcandre/slick/cmd/slick@latest\n```\n\n# LICENSE\n\nBSD-2-Clause\n\n# RUNTIME REQUIREMENTS\n\n(None)\n\n# CONTRIBUTING\n\nFor more information on developing slick itself, see [DEVELOPMENT.md](DEVELOPMENT.md).\n\n# SEE ALSO\n\n* [mvdan/sh](https://github.com/mvdan/sh) for POSIX sh parsing\n* [stank](https://github.com/mcandre/stank) for more capable validation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcandre%2Fslick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcandre%2Fslick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcandre%2Fslick/lists"}