在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):xeodou/gulp-atom开源软件地址(OpenSource Url):https://github.com/xeodou/gulp-atom开源编程语言(OpenSource Language):JavaScript 57.5%开源软件介绍(OpenSource Introduction):gulp-atom
InstallInstall with npm. npm install --save-dev gulp-atom UsageAfter atom-shell 0.24, atom team change the name to electron If you want use with 0.24 or later please upgrade gulp-atom to verions 0.1.0 or later Add a gulp atom task like : var gulp = require('gulp');
var gulpAtom = require('gulp-atom');
gulp.task('atom', function() {
return gulpAtom({
srcPath: './src',
releasePath: './release',
cachePath: './cache',
version: 'v0.20.0',
rebuild: false,
platforms: ['win32-ia32', 'darwin-x64']
});
}); Executing When you run code under
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论