sindresorhus / grunt-shell

Run shell commands
MIT License
949 stars 126 forks source link

Add command shorthand #98

Closed pflannery closed 8 years ago

pflannery commented 8 years ago

This lets us do shorter hand commands like

shell:
  clone: git clone https://github.com/sindresorhus/grunt-shell
  lint: somelinter ./src/**/*.js

Useful when no extra option configuration is required. This doesn't break the existing way we use this task either

sindresorhus commented 8 years ago

Sure, but needs to be documented.