https://github.com/xremix/generator-simple-java
A Yeoman Generator that allows you to create a Java Playground File / Class
https://github.com/xremix/generator-simple-java
bootstrap generator java playground template yeoman yeoman-generator
Last synced: 2 months ago
JSON representation
A Yeoman Generator that allows you to create a Java Playground File / Class
- Host: GitHub
- URL: https://github.com/xremix/generator-simple-java
- Owner: xremix
- License: mit
- Created: 2017-12-12T17:16:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T09:58:11.000Z (over 8 years ago)
- Last Synced: 2025-02-22T19:46:01.704Z (over 1 year ago)
- Topics: bootstrap, generator, java, playground, template, yeoman, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generator Simple Java
A Yeoman Generator that allows you to create a Java Playground File / Class
Take a look at the [basic sample file](https://github.com/xremix/Generator-Simple-Java/tree/master/samples/MyClass.java)
## Options
- `Class Name` will provide the name for the class and filename
- `Include Test Class` will move the `static void main` to a Test Class and generate sample code to instantiate the main class. Check out the [sample file with test class](https://github.com/xremix/Generator-Simple-Java/tree/master/samples/MyClassTest.java)