Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ovyvo/yan-cli

脚手架项目
https://github.com/ovyvo/yan-cli

cli nodejs npm ts

Last synced: 3 months ago
JSON representation

脚手架项目

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)