Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

deployhelper

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deployhelper

a tool for static Deploy tool

  • 0.0.9
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

DeployHelper

说明

该工具是staticdeploy的辅助工具,所以在使用时确保cli全局安装。 首先您需要了解 StaticDeploy 的使用,请点击这里

	npm install --global @staticdeploy/cli

使用方式

  • 安装DeployHelper工具
	npm install --global deployhelper
  • 后面的执行过程您需要在相应的工作空间内操作
	cd 您的目录
  • 构建您的工程
	npm run build
  • 生成bundle,并且上传到服务器
	deployhelper bundle
  • 执行发布过程
	deployhelper deploy 
  • 您也可以将两个步骤通过publish一起执行
	deployhelper publish

参数说明

-- app 			: 应用名称,默认为项目package.json里的name
-- desc 		: 应用描述,默认为项目package.json里的description
-- version 		: 应用描述,默认为项目package.json里的version
-- from 		: 需要发布静态资源目录,默认为dist
--tag 			: 发布记录标识,默认为当前分支
--entrypoint 	: 对应服务器三级域名,默认值为 name-tag
--apiUrl	 	: 发布服务器的api地址
--domain	 	: 发布服务器的前置域名,最终apiUrl和domain进行拼接

当执行bundle时携带的参数为

--from --name --tag --description --apiUrl

当执行deploy时携带的参数为

--app --entrypoint --bundle --apiUrl 

所有参数都为非必传,建议至少传entrypoint自定义三级域名

Questions

如果您有任何问题,请联系我

Issues

工具中的问题可以提issues给我: 地址

License

MIT

Copyright (c) 2013-present, Yuxi (Evan) You

FAQs

Package last updated on 07 Aug 2020

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