Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)