New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alimama-deploy

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alimama-deploy

deploy magix project and release to gitlab cdn

  • 0.1.15
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
decreased by-56.25%
Maintainers
1
Weekly downloads
 
Created
Source

alimama-deploy

阿里妈妈脚手架项目自动部署工具(基于gulp,含发布到daily,cdn)

使用方式:

var deploy = require('alimama-deploy')

gulp.task('daily', function(){
  deploy.daily({
    buildName: 'gulp build' //指定执行的压缩命令
  })
})

gulp.task('publish', function(){
  deploy.publish({
    buildName: 'gulp build', //指定执行的压缩命令
    delay: 40000 //新发布系统发daily与cdn之间需要间隔
  })
})

grunt版本 https://github.com/chongzhi/magix-app-deploy

Keywords

FAQs

Package last updated on 29 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc