jtest-l-client
TypeScript icon, indicating that this package has built-in type declarations

0.4.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i jtest-l-client

Weekly Downloads

1

Version

0.4.4

License

Apache-2.0

Unpacked Size

329 kB

Total Files

4

Last publish

Collaborators

  • jesusreal