https://github.com/moonbitlang/moon
The build system and package manager for MoonBit
https://github.com/moonbitlang/moon
build-system moonbit
Last synced: 12 months ago
JSON representation
The build system and package manager for MoonBit
- Host: GitHub
- URL: https://github.com/moonbitlang/moon
- Owner: moonbitlang
- License: agpl-3.0
- Created: 2024-07-05T08:08:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T02:21:39.000Z (12 months ago)
- Last Synced: 2025-06-11T02:37:52.718Z (12 months ago)
- Topics: build-system, moonbit
- Language: Rust
- Homepage: https://docs.moonbitlang.com/en/latest/toolchain/index.html
- Size: 4.41 MB
- Stars: 290
- Watchers: 9
- Forks: 35
- Open Issues: 132
-
Metadata Files:
- Readme: README.md
- Changelog: changes.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://codecov.io/gh/moonbitlang/moon)

# moon
The build system and package manager for MoonBit.
[Documentation](https://docs.moonbitlang.com/en/latest/toolchain/index.html) | [中文文档](https://docs.moonbitlang.cn/toolchain/index.html)
## Installation
Visit [https://www.moonbitlang.com/download/](https://www.moonbitlang.com/download/) to download the installer for your operating system.
## Quickstart
```bash
$ moon new hello
$ cd hello
$ moon run src/main
Hello, world!
```
## Contributing
To contribute, please read the contribution guidelines at
[docs/dev](./docs/dev/README.md).