MCPcopy Index your code
hub / github.com/evaera/moonwave

github.com/evaera/moonwave @v1.4.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.4.2 ↗ · + Follow
259 symbols 590 edges 68 files 0 documented · 0% updated 37d agov1.4.2 · 2026-06-02★ 24124 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README
<img src="https://github.com/evaera/moonwave/raw/v1.4.2/brand/moonwave.svg" alt="Moonwave" height="139" />

Moonwave

Moonwave is a command line tool for generating documentation from comments in Lua source code.

This repository contains three projects: - The Moonwave Extractor, a Rust program that parses Lua files and extracts the docs as JSON - A plugin for Docusaurus, written in React, which displays the JSON docs visually - The Moonwave CLI, which allows you to use both the extractor and the Docusaurus plugin without needing to know anything about how they work.

Key features

  • Easy to use: You can generate a website with little-to-no configuration and just a few comments in your Lua code.
  • Extensive validation system which can catch mistakes when something doesn't make sense.
  • Generates JSON from your doc comments, which can be consumed by many different tools.
  • Simple doc comment format that is easy to read directly when editing your code.

Demo

Check out the roblox-lua-promise docs. This website is completely generated by Moonwave!

Name

Lua is the moon. The moon is your code. The moon influences the waves in the ocean, just like your code influences its documentation. So.. moonwave!

Docs

Check out the Documentation website

Building in Development and Contributing

Requirements: - Node.js 18+ - Rust 1.75.0 and Cargo

  1. Clone this repository
  2. in cli, run npm i, npm run tsc, and npm link
  3. in docusaurus-plugin-moonwave, run npm i
  4. in extractor, run cargo install --path . --locked
  5. in cli, run npm run dev
  6. in another terminal, navigate to the project you want to test with, and run MOONWAVE_DEV=1 moonwave dev

You should now be able to change files in the moonwave folder and things should live-reload on your development website. If they don't, Ctrl+C the moonwave dev terminal and restart it. If you continue to have issues, try adding the -i flag to reinstall all dependencies.

License

Moonwave is available under the terms of the Mozilla Public License Version 2.0. Terms and conditions are available in LICENSE.txt or at https://www.mozilla.org/en-US/MPL/2.0/.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 151
Method 60
Class 35
Enum 7
Interface 6

Languages

Rust63%
TypeScript37%

Modules by API surface

extractor/tests/test-inputs.rs26 symbols
extractor/src/span.rs20 symbols
docusaurus-plugin-moonwave/src/index.js18 symbols
cli/src/prepareProject.ts14 symbols
extractor/src/source_file.rs12 symbols
docusaurus-plugin-moonwave/src/remark/remarkExtendedLinkReferences.js11 symbols
extractor/src/doc_entry.rs10 symbols
extractor/src/diagnostic.rs9 symbols
docusaurus-plugin-moonwave/src/components/LuaType.js9 symbols
cli/src/binary.ts8 symbols
extractor/src/tags/return_tag.rs7 symbols
extractor/src/doc_entry/function.rs7 symbols

For agents

$ claude mcp add moonwave \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page