Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankera/gs_test_cli
https://github.com/ankera/gs_test_cli
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankera/gs_test_cli
- Owner: Ankera
- Created: 2024-03-11T13:59:38.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-12T16:54:15.000Z (10 months ago)
- Last Synced: 2024-03-12T17:32:01.799Z (10 months ago)
- Language: JavaScript
- Size: 308 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gs_test_cli
### Node
```
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@lerna/[email protected]',
npm WARN EBADENGINE required: { node: '>=18.0.0' },
npm WARN EBADENGINE current: { node: 'v16.14.0', npm: '8.3.1' }
npm WARN EBADENGINE }Node 必须18版本以上
```### 新增包
```
lerna create @zimu_test/command
```### 安装依赖
```
npm install lodash --save -w @zimu_test/pc_base
```### 发布上线
```json
// 必须包含bin
"files": [
"lib",
"bin"
],
```