Skip to content

patricktiu/generator-ibm-java-liberty

 
 

Repository files navigation

Yeoman generator for Liberty / Java EE code

Build Status

You can see builds for all branches here https://travis.ibm.com/arf/java-codegen-liberty/branches.

This is a yeoman generator that will create Java code for you.

It is published on npm here.

Overview

The generator works by taking the answers that the user has supplied, either via the CLI or a UI, and then maps that to a folder under the templates directory (in future this will be to a Github repository or a cache of a repository). It then walks all the files in the directory and for each one parses it through a mustache template processing engine.

Running the generator

This is a sub generator and is intended to work with the main Java code generator. This generator is listed as a dependency in the package.json which means that it will be installed automatically. Follow the build instructions for the main page then additionally

  • Fork or clone this repository locally.
  • Change into the generator-liberty directory (where the package.json file is)
  • Run npm link - this will configure your local node installation to resolve this generator from the local file system rather than the NPM registry.

You will now be able to make changes locally and have them picked up when you run the main Java generator.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.7%
  • Java 9.1%
  • HTML 8.9%
  • Shell 3.1%
  • Groovy 0.2%