MPS Extensions Save

MPS-extensions aims to ease language development within MPS.

Project README

MPS Extensions

JetBrains MPS 2023.2

official JetBrains project

The MPS extensions aim to ease language development within MPS. They are maintained by itemis, JetBrains, and the open source community, and the development is closely aligned with the development of MPS.

Join the discussion on Slack in the #mps-extensions room.

Maven Dependencies

To use MPS Extensions in your project, add one of the following dependencies to your Maven or Gradle build script:

MPS-Extensions

MPS version nexus status
2023.2 artifacts.itemis.cloud
2022.3 artifacts.itemis.cloud
2022.2 artifacts.itemis.cloud
2021.3 artifacts.itemis.cloud
2021.2 artifacts.itemis.cloud
2021.1 artifacts.itemis.cloud

Building

Run the following commands to build the project:

./gradlew # Mac and Linux
gradlew.bat # Windows

This will download the required MPS version, so you need to be online when executing the build for the first time (later on, the downloaded artifacts will be cached).

The default task does not run the tests as part of the build. Execute the following command to run the tests:

./gradlew run_tests # Mac and Linux
gradlew.bat run_tests # Windows

See the building page of the documentation for more details.

Documentation

If you would like more information on the individual extensions, please see our documentation. The documentation's source is located in this repository's docs folder if you would like to contribute to it. To preview the documentation, run the following command:

./gradlew previewDocs # Mac and Linux
gradlew.bat previewDocs # Windows
Open Source Agenda is not affiliated with "MPS Extensions" Project. README Source: JetBrains/MPS-extensions
Stars
81
Open Issues
176
Last Commit
9 hours ago
License

Open Source Agenda Badge

Open Source Agenda Rating