gulp-download-atom-shell

0.0.4 • Public • Published

gulp-download-atom-shell

Download atom-shell binary distribution

Port from grunt-download-atom-shell

Installation

Install gulp plugin package:

npm install --save-dev gulp-download-atom-shell

Usage

Options

  • version - Required The version of atom-shell you want to download.
  • outputDir - Required Where to put the downloaded atom-shell.
  • downloadDir - Where to find and save cached downloaded atom-shell.
  • symbols - Download debugging symbols instead of binaries, default to false.
  • rebuild - Whether to rebuild native modules after atom-shell is downloaded.
  • apm - The path to apm.

Example

gulpfile.js

var gulp = require('gulp');
var downloadatomshell = require('gulp-download-atom-shell');
 
gulp.task('downloadatomshell', function(cb){
    downloadatomshell({
      version: '0.12.5',
      outputDir: 'binaries'
    }, cb);
});
 
gulp.task('default', ['downloadatomshell']);

/gulp-download-atom-shell/

    Package Sidebar

    Install

    npm i gulp-download-atom-shell

    Weekly Downloads

    1

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • ronn