Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovyvo/yan-cli
脚手架项目
https://github.com/ovyvo/yan-cli
cli nodejs npm ts
Last synced: 3 months ago
JSON representation
脚手架项目
- Host: GitHub
- URL: https://github.com/ovyvo/yan-cli
- Owner: OVYVO
- License: mit
- Created: 2023-03-17T09:09:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T06:33:54.000Z (10 months ago)
- Last Synced: 2024-10-17T03:09:18.306Z (3 months ago)
- Topics: cli, nodejs, npm, ts
- Language: TypeScript
- Homepage:
- Size: 61.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> 简单的前端工程脚手架项目
## 安装
```shell
npm install yan-cli-pro -g
// or
yarn add yan-cli-pro -g
// or
cnpm install yan-cli-pro -g
```## 注意事项
1. 首次使用请手动指定您的模板仓库地址,否则采用默认地址,地址规则参见[download-git-repo](https://www.npmjs.com/package/download-git-repo) 文档,推荐使用direct模式
2. 偶尔由于网络原因会出现 'git clone' failed with status 128 错误,重新多次执行命令可解决,多次执行无效联系作者。
3. 若npm install提示 与read-pkg包相关报错 Error: EPERM: operation not permitted, rename,请以管理员身份运行cmd。或者以管理员身份打开vscode,在terminal中执行npm install 命令。## 快速开始
```shell
# 查看全部指令
yan --help
```## LICENSE
[MIT](LICENSE)