0.10.0 • Published 10 years ago
gulp-atom-shell v0.10.0
gulp-atom-shell
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:
version- the Atom Shell version to useplatform- kind of OS (darwin,linux,win32)
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.icofile -companyName- company name -copyright- copyright statement- Darwin
-
darwinIcon- path to an.icnsfile -darwinBundleDocumentTypes- (reference) array of dictionaries, each containing the following structure: -name- theCFBundleTypeNamevalue -role- theCFBundleTypeRolevalue -ostypes- theCFBundleTypeOSTypesvalue, astringarray -extensions- theCFBundleTypeExtensionsvalue, astringarray of file extensions -iconFile- theCFBundleTypeIconFilevalue
0.10.0
10 years ago
0.9.0
11 years ago
0.8.1
11 years ago
0.8.0
11 years ago
0.7.0
11 years ago
0.6.0
11 years ago
0.5.0
11 years ago
0.4.0
11 years ago
0.3.0
11 years ago
0.2.0
11 years ago
0.1.10
11 years ago
0.1.9
11 years ago
0.1.8
11 years ago
0.1.7
11 years ago
0.1.6
11 years ago
0.1.5
11 years ago
0.1.4
11 years ago
0.1.3
11 years ago
0.1.2
11 years ago
0.1.1
11 years ago
0.1.0
11 years ago
0.0.12
11 years ago
0.0.11
11 years ago
0.0.10
11 years ago
0.0.9
11 years ago
0.0.8
11 years ago
0.0.7
11 years ago
0.0.6
11 years ago
0.0.5
11 years ago
0.0.4
11 years ago
0.0.3
11 years ago
0.0.2
11 years ago
0.0.1
11 years ago