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

https://github.com/blockception/bc-minecraft-bedrock-types

The typescript library provides default types for Minecraft bedrock.
https://github.com/blockception/bc-minecraft-bedrock-types

bedrock hacktoberfest minecraft types typescript

Last synced: 7 months ago
JSON representation

The typescript library provides default types for Minecraft bedrock.

Awesome Lists containing this project

README

          

# BC-Minecraft-Bedrock-Types

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

The typescript library that provides default types for minecraft bedrock.

## Contributing

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

**Installation**

```cmd
npm ci
npm update
```