Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 955 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 955 Bytes

Backend Angular API Client Generator

Development

Requirements

  • Java 8
  • Maven 3.6.x

Important Files & Directories

Getting Started

  • mvn clean package -DskipTests in root directory
  • ./bin/stubi.sh in root directory

This generates the sample.

Once the project was built you can test out template changes which don't require recompilation of the entire project just by executing ./bin/stubi.sh

Debugging