https://github.com/gesslar/muddlit
https://github.com/gesslar/muddlit
cli lua mud muddler mudlet vscode
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gesslar/muddlit
- Owner: gesslar
- License: unlicense
- Created: 2024-10-19T01:51:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-07T00:32:23.000Z (7 months ago)
- Last Synced: 2026-03-11T03:55:24.446Z (3 months ago)
- Topics: cli, lua, mud, muddler, mudlet, vscode
- Language: JavaScript
- Homepage: https://github.com/gesslar/muddlit
- Size: 50.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# muddlit
This extension provides for a simplified way to compile Mudlet packages
in Visual Studio Code using [@gesslar/muddy](https://www.npmjs.com/package/@gesslar/muddy).
## Commands
- `muddlit: Build with muddy` - Compiles Mudlet packages with a single command
- `muddlit: Build with muddy (watch mode)` - Compiles Mudlet packages in watch mode
- `muddlit: Generate muddy project` - Generates a new muddy project
## Documentation
### Generating a muddy project
You can use the command `muddlit: Generate muddy project` to generate a new
muddy project. This will open up a terminal and run the muddy generate
command, prompting you with several questions about your new project.
Note that the generated project will be placed in a new directory with the name
you provide. You will need to move the contents of the generated directory into
the root of your workspace/repo.
### Building with muddy
You can use the command `muddlit: Build with muddy` to compile your project.
## Credits
### muddy
- [@gesslar/muddy](https://www.npmjs.com/package/@gesslar/muddy)
### Icons
- [muddlit icons created by Slamlabs - Flaticon](https://www.flaticon.com/free-icons/muddler)
## License
`muddlit` is released into the public domain under the [0BSD](LICENSE.txt).
This package includes or depends on third-party components under their own
licenses:
| Dependency | License |
| --- | --- |
| [@gesslar/toolkit](https://github.com/gesslar/toolkit) | 0BSD |
| [ps-list](https://github.com/sindresorhus/ps-list) | MIT |