https://github.com/igorlima/generator-js-type
https://github.com/igorlima/generator-js-type
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/igorlima/generator-js-type
- Owner: igorlima
- Created: 2015-09-28T22:39:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-09T03:54:50.000Z (over 10 years ago)
- Last Synced: 2025-04-06T04:28:55.761Z (about 1 year ago)
- Language: JavaScript
- Size: 493 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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