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

https://github.com/pauldijou/generator-play

Yeoman generator for Play Framework applications
https://github.com/pauldijou/generator-play

Last synced: about 2 months ago
JSON representation

Yeoman generator for Play Framework applications

Awesome Lists containing this project

README

        

# yoplay!
[![Build Status](https://secure.travis-ci.org/pauldijou/generator-play.png?branch=master)](https://travis-ci.org/pauldijou/generator-play)

A Yeoman generator to bootstrap and improve Play! applications.

## Getting started
- Make sure you have [yo](https://github.com/yeoman/yo) installed:
`npm install -g yo`
- Install the generator **locally**: `npm install generator-play`
- Run: `yo play`

## Templates

## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)