JSPM

  • Created
  • Published
  • Downloads 67
  • Score
    100M100P100Q73294F
  • License MIT

A deployment tool for web applications

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (shipfe) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Shipfe

    npm version License: MIT GitHub

    一个强大的、免费基于 Rust 的 Web 应用部署工具,不请求网络,实现一键前端静态部署包上传到服务器。支持多环境和子环境部署,具有零停机原子部署功能。

    安装

    npm install -g shipfe

    快速开始

    1. 初始化项目:
    shipfe init
    1. shipfe.config.json 中配置部署

    2. 部署:

    shipfe deploy --profile prod

    文档

    📖 完整文档

    常用命令

    • shipfe deploy --profile <env> - 部署到指定环境
    • shipfe deploy --atomic - 原子部署
    • shipfe rollback --profile <env> --to <timestamp> - 回滚到指定版本

    许可证

    MIT