Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecymaera/emcl
https://github.com/thecymaera/emcl
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecymaera/emcl
- Owner: TheCymaera
- Created: 2021-10-03T19:03:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T22:20:22.000Z (11 months ago)
- Last Synced: 2024-04-24T00:30:19.544Z (8 months ago)
- Language: TypeScript
- Size: 3.11 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```