Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.77 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.77 KB

Eclipse GLSP - Dev Packages build-status

Common shared development packages for Eclipse GLSP components that are implemented with Typescript.

Components

  • @eclipse-glsp/cli: Provides helpful scrips and commands for developing glsp components as well as release engineering.
  • @eclipse-glsp/config: Provides a meta package that exports common configuration objects for:
  • @eclipse-glsp/config-test: Provides a meta package that exports common test configuration object on top of @eclipse-glsp/config:
  • @eclipse-glsp/dev: Provides an all-in-one meta package that includes @eclipse-glsp/cli, @eclipse-glsp/config and @eclipse-glsp/config-dev

The packages are available via npm and are used by all GLSP components implemented with Typescript.

More information

For more information, please visit the Eclipse GLSP Umbrella repository and the Eclipse GLSP Website. If you have questions, please raise them in the discussions and have a look at our communication and support options.