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
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
Installation
Install locally in your project (recommended):
npm install --save-dev shipfe
npx shipfe --versionQuick Start
- Initialize the project:
npx shipfe initConfigure deployment in
shipfe.config.jsonDeploy:
npx shipfe deploy --profile prodCommon Commands
shipfe deploy --profile <env>- Deploy to specified environmentshipfe deploy --atomic- Atomic deploymentshipfe rollback --profile <env> --to <timestamp>- Rollback to specified version
License
MIT