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

https://github.com/horacehylee/generator-libgdx


https://github.com/horacehylee/generator-libgdx

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# generator-libgdx

[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]

> A generator for easy project setup of Libgdx projects

## Installation

First, install [Yeoman](http://yeoman.io) and generator-libgdx using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo
npm install -g generator-libgdx
```

Then generate your new project:

```bash
yo libgdx
```

## Versions

Name | Version
--- | --- | ---
LibGDX | `1.9.8`
Gradle | `4.5`
Dagger | `2.0.2`
Android Build Tool | `26.0.2`
Android SDK | `27`
GWT | `2.8.0`
GWT Gradle Plugin | `1.0.6`
RoboVM | `2.3.3`

## Getting To Know Yeoman

* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).

## License

MIT © [Horace Lee]()

[npm-image]: https://badge.fury.io/js/generator-libgdx.svg
[npm-url]: https://npmjs.org/package/generator-libgdx
[travis-image]: https://travis-ci.org/horacehylee/generator-libgdx.svg?branch=master
[travis-url]: https://travis-ci.org/horacehylee/generator-libgdx
[daviddm-image]: https://david-dm.org/horacehylee/generator-libgdx.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/horacehylee/generator-libgdx