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

https://github.com/blockception/bc-minecraft-molang

The typescript library for dealing with minecraft bedrock molang
https://github.com/blockception/bc-minecraft-molang

hacktoberfest minecraft molang typescript

Last synced: 10 months ago
JSON representation

The typescript library for dealing with minecraft bedrock molang

Awesome Lists containing this project

README

          

# BC-Minecraft-Molang

[![Npm Package & Publish](https://github.com/Blockception/BC-Minecraft-Molang/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/Blockception/BC-Minecraft-Molang/actions/workflows/npm-publish.yml)
[![npm-unit-test](https://github.com/Blockception/BC-Minecraft-Molang/actions/workflows/npm-test.yml/badge.svg)](https://github.com/Blockception/BC-Minecraft-Molang/actions/workflows/npm-test.yml)
[![tagged-release](https://github.com/Blockception/BC-Minecraft-Molang/actions/workflows/tagged-release.yml/badge.svg)](https://github.com/Blockception/BC-Minecraft-Molang/actions/workflows/tagged-release.yml)

The typescript library for dealing with minecraft bedrock molang

## Contributing

First, read the [contributing guide](./CONTRIBUTING.md). fork the project, clone it and run the following commands:

**Installation**

```cmd
npm ci
npm update
```