mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Easily run gulp tasks from the current directory in Finder and get notified when it's finished.
7 lines
273 B
Ruby
7 lines
273 B
Ruby
class Gulp < Cask
|
|
url 'https://github.com/sindresorhus/gulp-app/releases/download/0.1.0/gulp.app.zip'
|
|
homepage 'https://github.com/sindresorhus/gulp-app'
|
|
version '0.10'
|
|
sha256 '59fed5d8c801c9302debf463f2d274404548e23433c965144e69a0b4a2e23851'
|
|
link 'gulp.app'
|
|
end
|