Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ymc-github/generator

yemiancheng's project generator
https://github.com/ymc-github/generator

commitlint8 eslint6 fs-extra8 mocha6

Last synced: about 1 month ago
JSON representation

yemiancheng's project generator

Awesome Lists containing this project

README

        

### 安装
```
npm install --global yo
npm install --global generator-yemiancheng
```

### 使用
```md
# yo ./path/to/local/generator
# 列出
yo --generators
# 使用
yo yemiancheng:github
yo yemiancheng:vscode
yo yemiancheng:editorconfig
yo yemiancheng:license
yo yemiancheng:eslint
yo yemiancheng:prettier
yo yemiancheng:package
yo yemiancheng:husky
yo yemiancheng:lint-staged
yo yemiancheng:stylelint
yo yemiancheng:babel
yo yemiancheng:rollup
yo yemiancheng:webpack
yo yemiancheng:karma
yo yemiancheng:browserslist
yo yemiancheng:postcss
yo yemiancheng:trivas-ci
yo yemiancheng:css-lib
```

### 选项
```
--help
--force
--version
--generators
--local-only
```