https://github.com/midwayjs/midway-upgrade
Upgrade midway to the latest version with 1-click
https://github.com/midwayjs/midway-upgrade
Last synced: 3 months ago
JSON representation
Upgrade midway to the latest version with 1-click
- Host: GitHub
- URL: https://github.com/midwayjs/midway-upgrade
- Owner: midwayjs
- Created: 2022-01-27T09:16:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T08:20:17.000Z (about 2 years ago)
- Last Synced: 2025-02-14T19:36:21.835Z (4 months ago)
- Language: TypeScript
- Size: 76.2 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Midway 项目一键升级工具
[](https://www.npmjs.org/package/midway-upgrade)
mdiway 团队提供了一键升级工具,可以帮助您的项目一键升级到最新版本。
__在升级前,请切出一个新的分支,避免升级失败导致无法恢复!!!__
拷贝以下脚本,在项目根目录执行:
```shell
npx --ignore-existing midway-upgrade
```