Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kavenlong/lerna-packages
lerna、yarn workspace
https://github.com/kavenlong/lerna-packages
lerna lerna-monorepo yarn yarn-workspaces
Last synced: about 1 month ago
JSON representation
lerna、yarn workspace
- Host: GitHub
- URL: https://github.com/kavenlong/lerna-packages
- Owner: KavenLong
- Created: 2022-07-24T03:11:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T09:25:46.000Z (over 2 years ago)
- Last Synced: 2024-12-10T02:07:14.560Z (about 1 month ago)
- Topics: lerna, lerna-monorepo, yarn, yarn-workspaces
- Language: JavaScript
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# lerna、yarn workspace 最佳实践
## Description
#### 【工程化建设】基于 Lerna 包管理、Yarn 依赖管理 - Monorepo 项目的最佳实践
- lerna 项目构建
- yarn workspace 依赖管理
- commitizen && cz-lerna-changelog 优雅的代码提交
- commitlint && yorkie 提交规范
- standardjs && lint-staged 代码规范
- 日志自动生成
- 编译、压缩、调试## Project setup
```
yarn install
```## Clean node_modules
```
yarn clean
```## Commit
```
yarn commit
```## Publish
```
yarn pub
```## Build
```
yarn build
```## Test
```
yarn test
```