The `@trackunit/iris-app` package is a plugin for [NX by @nrwl](https://nx.dev/). This plugin adds some helpful generators used to set up a Trackunit Iris App project.
npm install @trackunit/iris-appThe @trackunit/iris-app package is a plugin for NX by @nrwl.
This plugin adds some helpful generators used to set up a Trackunit Iris App project.
Trackunit Iris App SDK are used by developers to integrate custom functionality into the Trackunit Manager platform.
For more info and a full guide on Iris App SDK Development, please visit our Developer Hub.
Run through the easy getting started guide here: Getting Started
To test changes to the SDK generators locally, you can verify them in a full, temporary workspace environment.
Command:yarn run integration-test
What it does:
- Generates a temporary workspace containing a full Iris app setup.
- Allows you to open this temporary workspace in your IDE.
- Enables you to verify that your changes to generators or other SDK components work as expected in a real environment.
How to open:
Look for the phrase Successfully created the workspace: in the console output, then command-click the path to open the workspace.