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

https://github.com/igorlima/generator-js-type


https://github.com/igorlima/generator-js-type

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

generator-js-type
==========================

[![Build Status][travis-image]][travis-url]
[![Node dependencies status][david-image]][david-url]
[![Node dev dependencies status][david-dev-image]][david-dev-url]
[![npm version][npm-image]][npm-url]
[![js-standard-style][standard-image]][standard-url]
[![Coverage Status][coveralls-image]][coveralls-url]

It's a [Yeoman generator](http://yeoman.io/authoring/index.html).

While the Readme.md is not done, please take a look at https://github.com/igorlima/js-type-gen

[js-type-gen](https://github.com/igorlima/js-type-gen) is a CLI that wraps the *generator-js-type*.

## Code Style Guide

- [Google JavaScript Style Guide](https://google.github.io/styleguide/javascriptguide.xml)
- [@use JSDoc](http://usejsdoc.org/)
- [JavaScript Standard Style](http://standardjs.com/)
- [Testing guidelines](http://yeoman.io/contributing/testing-guidelines.html)
- [ECMAScript 6](https://github.com/lukehoban/es6features)
- [ECMAScript 6 compatibility table](https://kangax.github.io/compat-table/es6/)

[travis-url]: https://travis-ci.org/igorlima/generator-js-type
[travis-image]: https://travis-ci.org/igorlima/generator-js-type.png
[david-url]: https://david-dm.org/igorlima/generator-js-type
[david-image]: https://david-dm.org/igorlima/generator-js-type.png
[david-dev-url]: https://david-dm.org/igorlima/generator-js-type#info=devDependencies&view=table
[david-dev-image]: https://david-dm.org/igorlima/generator-js-type/dev-status.svg
[npm-url]: http://badge.fury.io/js/generator-js-type
[npm-image]: https://badge.fury.io/js/generator-js-type.svg
[standard-url]: https://github.com/feross/standard
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat
[coveralls-url]: https://coveralls.io/github/igorlima/generator-js-type?branch=
[coveralls-image]: https://coveralls.io/repos/igorlima/generator-js-type/badge.svg?branch=&service=github