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

https://github.com/coding/coding-generic

用于推送 generic 类型的制品到制品库
https://github.com/coding/coding-generic

Last synced: 9 days ago
JSON representation

用于推送 generic 类型的制品到制品库

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=
```