0.10.0 • Published 9 years ago

gulp-atom-shell v0.10.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

gulp-atom-shell

Build Status

Usage

var gulp = require('gulp');
var atomshell = require('gulp-atom-shell');

gulp.task('default', function () {
	return gulp.src('src/**')
		.pipe(atomshell({ 
				  version: '0.19.4',
				  platform: 'darwin'
		 }))
		.pipe(atomshell.zfsdest('app.zip'));
});

Options

You must provide the following options:

The following options are optional:

  • token - GitHub access token(to avoid request limit. You can grab it here)

  • arch - the processor architecture (ia32, x64)

  • Windows - winIcon - path to an .ico file - companyName - company name - copyright - copyright statement

  • Darwin - darwinIcon - path to an .icns file - darwinBundleDocumentTypes - (reference) array of dictionaries, each containing the following structure: - name - the CFBundleTypeName value - role - the CFBundleTypeRole value - ostypes - the CFBundleTypeOSTypes value, a string array - extensions - the CFBundleTypeExtensions value, a string array of file extensions - iconFile - the CFBundleTypeIconFile value
0.10.0

9 years ago

0.9.0

9 years ago

0.8.1

9 years ago

0.8.0

9 years ago

0.7.0

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago