gulp-atom-downloader

0.2.1 • Public • Published

gulp-atom-downloader

Usage

  1. Add gulp-atom-downloader to devDependencies

  2. Download Atom, get the executable path, and launch Atom:

     var atomPaths = require('gulp-atom-downloader');
    
     atomPaths().then(function(atomPaths) {
       return require('child_process').spawn(atomPaths.atom);
     });
    

The atomExePath() function takes an optional config parameter object. Defaults:

config.platform = process.platform;
config.atomDir = './.atom';
config.binDir = path.join(config.atomDir, 'bin');

Build Status

Linux Build Windows Build

Dev Info

Run the tests:

./gulp test

Release:

git tag v0.0.2
git push --tags
npm publish
# bump the version in `package.json` and `README.md`

Readme

Keywords

Package Sidebar

Install

npm i gulp-atom-downloader

Weekly Downloads

6

Version

0.2.1

License

MIT

Last publish

Collaborators

  • jamesward