https://github.com/openfl/generator-starling-framework
Yeoman generator for Starling NPM-based projects
https://github.com/openfl/generator-starling-framework
Last synced: 9 months ago
JSON representation
Yeoman generator for Starling NPM-based projects
- Host: GitHub
- URL: https://github.com/openfl/generator-starling-framework
- Owner: openfl
- License: mit
- Created: 2018-02-08T01:13:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T17:22:55.000Z (over 1 year ago)
- Last Synced: 2025-09-21T00:41:10.897Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 350 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# generator-starling-framework [![NPM version][npm-image]][npm-url]
> Generator for Starling Framework NPM-based projects
## Installation
First, install [Yeoman](http://yeoman.io) and generator-starling-framework 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-starling-framework
```
Then generate your new project:
```bash
yo starling-framework
```
## 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-starling-framework)
[npm-image]: https://badge.fury.io/js/generator-starling-framework.svg
[npm-url]: https://npmjs.org/package/generator-starling-framework