eu81273 / electron-gulp-runner

Gulp Runner based on Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron Gulp Runner

Electron based Gulp task runner.

This application is aiming that running a gulpfile without installing node.js or gulp.js( and its plugins). No need to install node.js and gulp.js because gulpfile.js is launched by Electron itself instead of node.js. This application may be useful when need to run gulpfile under limited internet access.

Preview

Install

# Clone this repository
$ git clone https://github.com/eu81273/electron-gulp-runner

# Go into the repository
$ cd electron-gulp-runner

# Install the dependencies and run
$ npm install && npm start

Packaging

# Install Gulp plugins that you want to build-in.
$ npm install gulp-plugins-you-want-to-built-in

# Packaging electron application for current OS
$ npm run build

License

The MIT License.

Copyright ⓒ 2016 AHN JAE-HA.

See LICENSE

About

Gulp Runner based on Electron

License:MIT License


Languages

Language:JavaScript 93.0%Language:CSS 5.0%Language:HTML 2.0%