You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI5 language assistant extension with LSP for annotation-relevant building blocks
6
+
7
+
## Installation
8
+
9
+
With npm:
10
+
11
+
-`npm install @ui5-language-assistant/fe`
12
+
13
+
With Yarn:
14
+
15
+
-`yarn add @ui5-language-assistant/fe`
16
+
17
+
## Usage
18
+
19
+
This package only exposes programmatic APIs, import the package and use the exported APIs
20
+
defined in [api.d.ts](./api.d.ts).
21
+
22
+
## Support
23
+
24
+
Please open [issues](https://github.com/SAP/ui5-language-assistant/issues) on github.
25
+
26
+
## Contributing
27
+
28
+
See [CONTRIBUTING.md](./CONTRIBUTING.md).
29
+
30
+
## Licensing
31
+
32
+
Copyright 2022 SAP SE. Please see our [LICENSE](../../LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/ui5-language-assistant).
0 commit comments