Home

Awesome

slick: a CI-ready shell language syntax checker

EXAMPLES

$ slick -n examples; echo "$?"
2017/09/14 17:46:09 examples/apples.bash:2:8: arrays are a bash feature
2017/09/14 17:46:09 examples/hello.sh:2:6: reached EOF without closing quote '
1

$ slick -help
  -help
        Show usage information
  -n    Validate syntax
  -version
        Show version information

ABOUT

slick provides an alternative to sh -n, which is problematic for a number of minor reasons:

DOWNLOAD

https://github.com/mcandre/slick/releases

INSTALL FROM SOURCE

$ go install github.com/mcandre/slick/cmd/slick@latest

LICENSE

BSD-2-Clause

RUNTIME REQUIREMENTS

(None)

CONTRIBUTING

For more information on developing slick itself, see DEVELOPMENT.md.

SEE ALSO