Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sindresorhus/gulp-app
[DEPRECATED] Gulp as an app
https://github.com/sindresorhus/gulp-app
Last synced: about 1 month ago
JSON representation
[DEPRECATED] Gulp as an app
- Host: GitHub
- URL: https://github.com/sindresorhus/gulp-app
- Owner: sindresorhus
- License: mit
- Archived: true
- Created: 2014-05-17T00:53:01.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T07:03:13.000Z (almost 4 years ago)
- Last Synced: 2024-05-22T18:22:42.604Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 693 KB
- Stars: 959
- Watchers: 23
- Forks: 47
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-electron-zh - Gulp - Run Gulp tasks from your menubar. (Apps / Open Source)
README
# gulp-app
> [Gulp](https://github.com/gulpjs/gulp) as an app
Easily run gulp tasks from the current directory in Finder and get notified when it's finished.
*macOS only for now, but will expand when further along.*
## Install
```
$ brew cask install gulp
```Or [download](https://github.com/sindresorhus/gulp-app/releases) the app, unzip, and move it to the `Applications` folder.
## Launch on startup
Follow this [guide](https://github.com/sindresorhus/guides/blob/main/launch-app-on-startup-macos.md) if you would like the app to launch when you start your computer.
## Dev
```
$ npm install
```### Run
```
$ npm start
```### Build
```
$ npm run build
```## License
MIT © [Sindre Sorhus](https://sindresorhus.com)