This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [`m-cli`](https://github.com/m-dev-tools/m-cli) | The canonical `m <subcommand>` toolchain: `m fmt`, `m lint`, `m test`, `m coverage`, `m doc`, `m doctor`, `m new`, `m run`, `m build`, `m lsp`, `m plugins`, plus modernization rules (M-MOD-001..036, 7 lint profiles) and an entry-points-based plugin system for out-of-tree subcommands. |
| [`m-cli-extras`](https://github.com/m-dev-tools/m-cli-extras) | Out-of-tree m-cli subcommand plugins. First plugin: `m corpus-stats` (file / line / label / parse-error counts across a directory of `.m` files). Pluggable bucket for niche, opinionated, or third-party-flavored utilities. |
### Test engine
| Repo | What it is |
|---|---|
| [`m-test-engine`](https://github.com/m-dev-tools/m-test-engine) | Minimal YottaDB Docker container (`yottadb/yottadb-base:latest-master` + tail keep-alive) that backs `m test` and `m coverage` runtime. Bind-mounts `$PWD` as `/work`; `m-cli`'s `DockerEngine` transport dispatches via `docker exec`. Replaces vista-meta as the default engine for non-VistA work. |
### Editor support
| Repo | What it is |
|---|---|
| [`tree-sitter-m-vscode`](https://github.com/m-dev-tools/tree-sitter-m-vscode) | VS Code extension — syntax highlighting and language support powered by tree-sitter-m compiled to WASM. Recognises `.m`, `.mac`, `.int` files. |
| [`m-stdlib-vscode`](https://github.com/m-dev-tools/m-stdlib-vscode) | VS Code extension — manifest-driven hover docs, goto-definition, and completion for the `m-stdlib` public surface. |
| [`tree-sitter-m-vscode`](https://github.com/m-dev-tools/tree-sitter-m-vscode) | VS Code extension — syntax highlighting and language support powered by tree-sitter-m compiled to WASM. Recognises `.m`, `.mac`, `.int` files. Spawns m-cli's `m lsp` Language Server when m-cli is installed. |
| [`m-stdlib-vscode`](https://github.com/m-dev-tools/m-stdlib-vscode) | VS Code extension — manifest-driven hover docs, goto-definition, and completion for the `m-stdlib` public surface. Ships a bundled `dist/stdlib-manifest.json` snapshot; works on a stock install with no other repo on disk. |
### Validation data
| Repo | What it is |
|---|---|
| [`m-modern-corpus`](https://github.com/m-dev-tools/m-modern-corpus) | Snapshot collection of modern non-VistA M source from active open-source projects (EWD, mgsql, M-Web-Server, YDBOcto auxiliary, YDBTest). Used as a validation corpus for the parser and lint rules. |
| [`m-modern-corpus`](https://github.com/m-dev-tools/m-modern-corpus) | Snapshot collection of modern non-VistA M source from active open-source projects (EWD, mgsql, M-Web-Server, YDBOcto auxiliary, YDBTest). Default validation corpus for `m lint` rule profiles and parser regression gates. |
## Why this exists
Expand All
@@ -50,31 +57,50 @@ stdlib).
## Getting started
A typical first install:
A typical first install of the `m` toolchain (Linux x86_64; pick the
plus this `.github` org-meta repo); the two VS Code extensions are
**MIT** to align with the broader extension ecosystem; `m-modern-corpus`
carries **per-subdirectory upstream licenses** (see its `LICENSES.md`).
A repo's own LICENSE file is the canonical statement; this README is
summary only.
## Audience
Expand Down
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs: refresh landing page — add m-test-engine + m-cli-extras + Track C install flow #1
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
docs: refresh landing page — add m-test-engine + m-cli-extras + Track C install flow #1
Filter by extension
Viewed files
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing