shipfe 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/README_CN.md +4 -0
- package/bin/shipfe +0 -0
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Shipfe
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/shipfe)
|
|
4
|
+
[](https://opensource.org/licenses/MIT)
|
|
5
|
+
[](https://github.com/Master-Jian/shipfe-rust)
|
|
6
|
+
|
|
3
7
|
A powerful, **free**, **Rust-based** deployment tool for web applications that **never requests network** and enables **one-click static frontend deployment** to servers. Supports multiple environments and sub-environments with zero-downtime atomic deployments.
|
|
4
8
|
|
|
5
9
|
## Key Features
|
package/README_CN.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Shipfe
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/shipfe)
|
|
4
|
+
[](https://opensource.org/licenses/MIT)
|
|
5
|
+
[](https://github.com/Master-Jian/shipfe-rust)
|
|
6
|
+
|
|
3
7
|
一个强大的、**免费**、**基于 Rust** 的 Web 应用部署工具,**不请求网络**,实现**一键前端静态部署包上传到服务器**。支持多环境和子环境部署,具有零停机原子部署功能。
|
|
4
8
|
|
|
5
9
|
## 主要特性
|
package/bin/shipfe
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shipfe",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "A deployment tool for web applications",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -23,6 +23,10 @@
|
|
|
23
23
|
"ci-cd"
|
|
24
24
|
],
|
|
25
25
|
"author": "Jans",
|
|
26
|
+
"repository": {
|
|
27
|
+
"type": "git",
|
|
28
|
+
"url": "https://github.com/Master-Jian/shipfe-rust.git"
|
|
29
|
+
},
|
|
26
30
|
"license": "MIT",
|
|
27
31
|
"os": [
|
|
28
32
|
"darwin",
|