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

https://github.com/3lang3/tea-example


https://github.com/3lang3/tea-example

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Tea 样板

## 步骤

- 修改 `package.son` 中的 `name` 字段
- 修改 `package.son` 中的 `repository` 字段,改成你自己仓库地址+.git

## 发布

#### 登陆 npm 账号,已登陆的忽略

```bash
npm login
```

### 发布

```bash
npm publich
```