An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![codecov](https://codecov.io/gh/moonbitlang/moon/graph/badge.svg?token=Wsok0pPEvI)](https://codecov.io/gh/moonbitlang/moon)
![check](https://github.com/moonbitlang/moon/actions/workflows/ci.yml/badge.svg)

# 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).