JSPM

  • Created
  • Published
  • Downloads 67
  • Score
    100M100P100Q73317F
  • 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

    A powerful, free, Rust-based web application deployment tool that does not request network, enabling one-click upload of frontend static deployment packages to servers. Supports multi-environment and sub-environment deployment with zero-downtime atomic deployment functionality.

    Documentation

    📖 Full Documentation

    Installation

    npm install -g shipfe

    Quick Start

    1. Initialize the project:
    shipfe init
    1. Configure deployment in shipfe.config.json

    2. Deploy:

    shipfe deploy --profile prod

    Common Commands

    • shipfe deploy --profile <env> - Deploy to specified environment
    • shipfe deploy --atomic - Atomic deployment
    • shipfe rollback --profile <env> --to <timestamp> - Rollback to specified version

    License

    MIT