An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Midway 项目一键升级工具

[![npm](https://img.shields.io/npm/v/midway-upgrade.svg?style=flat)](https://www.npmjs.org/package/midway-upgrade)
![node-current (tag)](https://img.shields.io/node/v/midway-upgrade/latest)

mdiway 团队提供了一键升级工具,可以帮助您的项目一键升级到最新版本。

__在升级前,请切出一个新的分支,避免升级失败导致无法恢复!!!__

拷贝以下脚本,在项目根目录执行:
```shell
npx --ignore-existing midway-upgrade
```