# gzbapp **Repository Path**: jmfe/gzbapp ## Basic Information - **Project Name**: gzbapp - **Description**: gzb app 开发套件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-04-22 - **Last Updated**: 2022-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GZB App 开发套件 本项目使用 lerna 来管理多个代码库。基本使用: - 这些代码库之间会互相依赖,使用下面命令将它们串联起来 ```shell yarn bootstrap ``` - 查看变动的包 ```shell yarn change ``` - 发布包 ```shell yarn lerna publish ``` [详细文档](https://github.com/lerna/lerna#getting-started)