https://github.com/3lang3/tea-example
https://github.com/3lang3/tea-example
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/3lang3/tea-example
- Owner: 3lang3
- Created: 2024-03-07T02:56:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T02:57:13.000Z (over 2 years ago)
- Last Synced: 2025-02-01T02:41:24.511Z (over 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tea 样板
## 步骤
- 修改 `package.son` 中的 `name` 字段
- 修改 `package.son` 中的 `repository` 字段,改成你自己仓库地址+.git
## 发布
#### 登陆 npm 账号,已登陆的忽略
```bash
npm login
```
### 发布
```bash
npm publich
```