NOTE : This template can be used with a step by step tutorial to reach final example state.
This is a Giter8 template for a TMT UI developer which generates a sample web Application. The generated project contains a sample web application which includes following:
- A Simple Hello world UI
- Mandatory dependencies like ESW-TS library.
- Unit test setup
Please follow the coursier installation steps.
cs install giter8
g8 tmtsoftware/esw-gateway-ui-template.g8
This template will prompt for the following parameters. Press Enter to accept the default values, shown in brackets:
project_name
: The name of the project.version
: The version for the project.author_name
: The author name of the project.
Once the project is generated, refer to the project's README for instructions on how to use, build, and run the project.
NOTE Following section is intended only for testing purpose and can be skipped by the consumers of template.
For people interested in testing the template with the latest commit on the dev branch (active development branch), refer TESTING.md