Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gloriasoft/fast-oss
简单快速高效的oss命令行工具
https://github.com/gloriasoft/fast-oss
Last synced: 2 days ago
JSON representation
简单快速高效的oss命令行工具
- Host: GitHub
- URL: https://github.com/gloriasoft/fast-oss
- Owner: gloriasoft
- License: mit
- Created: 2024-05-23T03:38:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T04:15:52.000Z (7 months ago)
- Last Synced: 2024-12-11T10:36:05.583Z (13 days ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fast-oss
fast-oss nodejs[fast-oss-cli的使用说明](https://github.com/devilwjp/fast-oss/tree/main/packages/fast-oss-cli)
## monorepo
使用npm 7+版本的`workspaces`取代`lerna`## 开发要求
- npm 7+## 开发前的准备
首先请了解npm workspaces## 项目初始化安装
```shell
npm i
```## 开发fast-oss-core
```shell
npm run dev -w=fast-oss-core
```## 开发fast-oss-cli
```shell
npm run dev -w=fast-oss-cli
```## 关联fast-oss-cli到全局
```shell
npm run link-cli
```## 版本升级和发包
版本升级和发包遵循workspaces规范