Moonwave
Moonwave is a tool for generating documentation from comments in Lua source code.
Install / Use
/learn @evaera/MoonwaveREADME
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:
- Clone this repository
- in
cli, runnpm i,npm run tsc, andnpm link - in
docusaurus-plugin-moonwave, runnpm i - in
extractor, runcargo install --path . --locked - in
cli, runnpm run dev - 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/.
Related Skills
node-connect
342.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
85.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
342.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
