https://github.com/mbeddr/mps-cli
Tooling for accessing MPS models from command line without starting MPS instances.
https://github.com/mbeddr/mps-cli
cli jetbrains-mps python
Last synced: 4 months ago
JSON representation
Tooling for accessing MPS models from command line without starting MPS instances.
- Host: GitHub
- URL: https://github.com/mbeddr/mps-cli
- Owner: mbeddr
- License: epl-2.0
- Created: 2022-12-16T19:48:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-13T20:03:17.000Z (5 months ago)
- Last Synced: 2026-02-14T03:26:51.332Z (5 months ago)
- Topics: cli, jetbrains-mps, python
- Language: Groovy
- Homepage:
- Size: 730 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Command-Line-Interface (CLI) Tooling for Accessing MPS Models
This repository contains tooling for reading MPS models from command line - without having to start an MPS instance.
### Projects
- A Gradle plugin for reading MPS files and building an object model - [here](mps-cli-gradle-plugin/Readme.md).
- A Python library for reading MPS files and building an object model - [here](mps-cli-py/Readme.md).
- A Typescript library for reading MPS files and building an object model - [here](mps-cli-ts/Readme.md).
- A Rust library for reading MPS files and building an object model - [here](mps-cli-rs/Readme.md).
### Repository Structure
- `mps-cli-gradle-plugin` - the gradle plugin to read MPS models
- `mps-cli-py` - a Python library to read MPS models
- `mps-cli-ts` - a Typescript library to read MPS models
- `mps-cli-ts` - a Rust library to read MPS models
- `demos` - examples for the use of the MPS-CLI tooling
- `gradle-plugin-use` - example of the use of the `mps-cli-gradle-plugin`
- `jupyter-notebook` - example of the use of the `mps-cli-py` library in a Jupyter Notebook
- `mps_test_projects` - MPS project containing language definitions and models used as test-data for the MPS-cli tools