Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novlan1/glory-cli
前端脚手架
https://github.com/novlan1/glory-cli
Last synced: about 1 month ago
JSON representation
前端脚手架
- Host: GitHub
- URL: https://github.com/novlan1/glory-cli
- Owner: novlan1
- Created: 2022-09-13T08:36:12.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T07:06:22.000Z (about 2 years ago)
- Last Synced: 2024-09-15T02:56:56.678Z (2 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## glory-cli
前端脚手架
### FAQ
1. 提示API速率限制,详细报错信息如下:
```
API rate limit exceeded for x.x.x.x. (But here's the good news: Authenticated
requests get a higher rate limit. Check out the documentation for more details.)
```解决方法如下:
1. 去 https://github.com/settings/tokens/new 这个地址申请token
2. 将token写入环境变量
```
export GLORY_CLI_GITHUB_API_TOKEN=XXXXXXXXXX
```