Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 532 Bytes

File metadata and controls

33 lines (22 loc) · 532 Bytes

Shellscript-tips

好用工具

  1. 語法檢查 - shellcheck

    https://github.com/koalaman/shellcheck
    
  2. 腳本測試 - shunit2

    https://github.com/zandev/shunit2
    
  3. 腳本解釋 - explainshell

    https://github.com/idank/explainshell
    
  4. 結合 travis-ci,使用 shellcheck 自動檢查語法

    https://github.com/caarlos0/shell-travis-build
    
  5. vim plugin - bash support

    https://github.com/vim-scripts/bash-support.vim