Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jirengu/jsconfig
https://github.com/jirengu/jsconfig
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jirengu/jsconfig
- Owner: jirengu
- License: mit
- Created: 2016-08-15T07:49:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T06:22:13.000Z (over 8 years ago)
- Last Synced: 2024-09-29T06:42:12.798Z (about 2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
config-creater, 用于创建烦人的前端工程化配置文件
## 安装
```
npm install -g config-creater
```## 使用
在当前文件夹下创建 gulpfile 范例
```
config gulp```
在当前文件夹下创建 npm scripts 范例
```
config npm
```在当前文件夹下创建 webpack配置范例
```
config webpack
```## 作者
作者: 饥人谷-若愚
欢迎 PR