Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ymc-github/generator
- Owner: YMC-GitHub
- License: mit
- Created: 2019-08-02T14:59:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:26:19.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T02:34:36.687Z (about 2 months ago)
- Topics: commitlint8, eslint6, fs-extra8, mocha6
- Language: JavaScript
- Size: 581 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: license
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
```