https://github.com/coding/coding-generic
用于推送 generic 类型的制品到制品库
https://github.com/coding/coding-generic
Last synced: 9 days ago
JSON representation
用于推送 generic 类型的制品到制品库
- Host: GitHub
- URL: https://github.com/coding/coding-generic
- Owner: coding
- Created: 2020-11-12T01:16:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T07:59:53.000Z (over 1 year ago)
- Last Synced: 2025-04-12T21:46:13.298Z (18 days ago)
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 4
- Watchers: 8
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## coding-generic
用于推送 generic 类型制品到 coding 制品库, 支持断点续传## 安装
```shell
npm install coding-generic -g
```## 使用
- 推送单个制品
```shell
coding-generic -u=[:password] --path= --registry=
```
- 推送文件夹(仅 1.2.7 及以上版本支持)
```shell
coding-generic -u=[:password] --dir --path= --registry=
```- 下载文件夹(仅 1.2.13 及以上版本支持)
```shell
coding-generic --pull -u=[:password] --registry=/list/?version=
```