Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thecymaera/emcl


https://github.com/thecymaera/emcl

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# EMCL
EMCL is a language designed to compile to mcfunction files.

## Web Compiler
[URL](https://www.heledron.com/tools/emcl-compiler/)

## Install CLI
```
npm install emcl -g
```

## Run CLI
Create boilerplate project at working directory
```
emcl init
```

Build working directory
```
emcl build
```