Skip to content

Commit

Permalink
Update README.md to describe the published NPM packages
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Sep 27, 2021
1 parent f9ba5f3 commit 9e14ff8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ Prerequisites: A GitHub account (for logging into Gitpod)

## Consume the trace viewer extension from npm

We plan to distribute this extension on npm.
The **theia-trace-extension** project publishes the following packages to NPM:

Availability: TBD
* [theia-traceviewer](https://www.npmjs.com/package/theia-traceviewer): The Theia trace viewer extension. Add this package to the package.json of your Theia application.
* [traceviewer-base](https://www.npmjs.com/package/traceviewer-base): This package contains trace management utilities for managing traces using Trace Server applications that implement the TSP.
* [traceviewer-react-components](https://www.npmjs.com/package/traceviewer-components): This package contains views and utilities for visualizing traces and logs via the TSP connected to a Trace Server application.

While being initially used within the *theia-traceviewer*, the code base of *traceviewer-base* and *traceviewer-react-components* is independent to any Theia APIs and hence can be integrated in other web applications.

## Build the extension and example application

Expand Down

0 comments on commit 9e14ff8

Please sign in to comment.