jtest-l-client
v0.4.4
Published
Javascript library supporting consumers of the Luigi framework
Downloads
4
Readme
Luigi Client
Overview
This project contains a library that allows your application to use all features of the Luigi framework.
Installation
Install the client in your project using npm:
npm install @kyma-project/luigi-client
Import the client in places where you want to use it, depending on the environment of your choice:
var LuigiClient = require('@kyma-project/luigi-client');
or
import LuigiClient from '@kyma-project/luigi-client';
or, if you are not using any bundler, Luigi is also available as a global object:
window.LuigiClient
You can see the Luigi Client in action by running the Angular example application.
Usage
This section contains additional instructions and guidelines you can use to work with Luigi Client.
Generate documentation
Validate and generate documentation using npm:
npm install
npm run docu