Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hulufei/generator-jsinit
JavaScript project initialize generator.
https://github.com/hulufei/generator-jsinit
Last synced: 2 days ago
JSON representation
JavaScript project initialize generator.
- Host: GitHub
- URL: https://github.com/hulufei/generator-jsinit
- Owner: hulufei
- Created: 2015-02-05T08:40:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-05T09:02:36.000Z (almost 10 years ago)
- Last Synced: 2024-08-09T18:53:10.520Z (3 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-jsinit [![Build Status](https://secure.travis-ci.org/hulufei/generator-jsinit.png?branch=master)](https://travis-ci.org/hulufei/generator-jsinit)
> [Yeoman](http://yeoman.io) generator
初始化一个 JS 项目,生成一些必要的配置文件:
- .editorconfig
- .jshintrc(参考 [jshint-practice](https://github.com/popomore/jshint-practice))## Usage
- `npm install -g yo generator-jsinit`
- `yo jsinit`## Maybe
有其他需要可以借鉴
[generator-sublime](https://github.com/thaiat/generator-sublime)