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.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
- theCFBundleTypeName
value -role
- theCFBundleTypeRole
value -ostypes
- theCFBundleTypeOSTypes
value, astring
array -extensions
- theCFBundleTypeExtensions
value, astring
array of file extensions -iconFile
- theCFBundleTypeIconFile
value
0.10.0
10 years ago
0.9.0
10 years ago
0.8.1
10 years ago
0.8.0
10 years ago
0.7.0
10 years ago
0.6.0
10 years ago
0.5.0
10 years ago
0.4.0
10 years ago
0.3.0
10 years ago
0.2.0
10 years ago
0.1.10
10 years ago
0.1.9
10 years ago
0.1.8
10 years ago
0.1.7
10 years ago
0.1.6
10 years ago
0.1.5
10 years ago
0.1.4
10 years ago
0.1.3
10 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