# play-java-seed.g8
**Repository Path**: sdj89/play-java-seed.g8
## Basic Information
- **Project Name**: play-java-seed.g8
- **Description**: No description available
- **Primary Language**: Java
- **License**: CC0-1.0
- **Default Branch**: 2.8.x
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-09-15
- **Last Updated**: 2022-02-09
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# play-java-seed.g8
[](https://travis-ci.com/playframework/play-java-seed.g8)
Giter8 template for generating a Play project in Java.
This project is intended for people who know how to use Play and want to get started right away.
You should only need to clone this project if you are modifying the giter8 template. For information on giter8 templates, please see .
## Running
If you want to create a project:
```bash
sbt new playframework/play-java-seed.g8
```
## Scaffolding
Type `g8Scaffold form` from sbt to create the scaffold controller, template and tests needed to process a form.
You can also create your own giter8 seeds and scaffolds based off this one by forking from the or github projects.
## Running locally
If you are testing this giter8 template locally, you should [install g8](http://www.foundweekends.org/giter8/setup.html) and then run the [local test](http://www.foundweekends.org/giter8/testing.html) feature:
```bash
g8 file://play-java-seed.g8/ --name=my-seed-test --force
```
Will create an example template called `my-seed-test`, for example.