Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ankera/gs_test_cli


https://github.com/ankera/gs_test_cli

Last synced: about 1 month ago
JSON representation

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"
],
```