grunt-lint-bash
v0.1.0
Published
Grunt task for validating bash scripts
Downloads
2
Readme
grunt-lint-inline
Grunt task for validating bash scripts. This is not really a lint tool, it simply checks validity with bash -n.
Getting started
npm install https://github.com/oxyc/grunt-lint-bashgrunt.loadNpmTasks('grunt-lint-bash');Usage
grunt.initConfig({
bashlint: {
src: ['**/*.sh']
}
});
grunt.loadNpmTasks('bashlint');License
MIT
