Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openfl/generator-openfl
Yeoman generator for OpenFL NPM-based projects in TypeScript, ES5, ES6, AS3, and Haxe
https://github.com/openfl/generator-openfl
apache-royale haxe typescript yeoman-generator
Last synced: about 1 month ago
JSON representation
Yeoman generator for OpenFL NPM-based projects in TypeScript, ES5, ES6, AS3, and Haxe
- Host: GitHub
- URL: https://github.com/openfl/generator-openfl
- Owner: openfl
- License: mit
- Created: 2018-01-02T18:08:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T22:35:20.000Z (about 1 year ago)
- Last Synced: 2024-10-30T00:54:59.525Z (about 2 months ago)
- Topics: apache-royale, haxe, typescript, yeoman-generator
- Language: JavaScript
- Homepage: https://openfl.org/
- Size: 485 KB
- Stars: 7
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# generator-openfl [![NPM version][npm-image]][npm-url]
> Generator for OpenFL ES5, ES6, TypeScript, AS3/Royale, or Haxe NPM-based projects
## Installation
First, install [Yeoman](http://yeoman.io) and generator-openfl 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-openfl
```Then generate your new project:
```bash
yo openfl
```## 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 © [Joshua Granick and OpenFL contributors](https://github.com/openfl/generator-openfl)
[npm-image]: https://badge.fury.io/js/generator-openfl.svg
[npm-url]: https://npmjs.org/package/generator-openfl