Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)