Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/orangeutan/js-minecraft-model

Minecraft model support for node
https://github.com/orangeutan/js-minecraft-model

Last synced: about 2 months ago
JSON representation

Minecraft model support for node

Awesome Lists containing this project

README

        

# minecraft-model
[![License][]](https://opensource.org/licenses/Apache-2.0)
[![NPM Package][]](https://npmjs.org/package/@oran9e/minecraft-model)
[![Build status][]](https://travis-ci.org/OrangeUtan/minecraft-model)
[![Code Coverage][]](https://codecov.io/gh/OrangeUtan/minecraft-model)

[License]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
[NPM Package]: https://img.shields.io/npm/v/@oran9e/minecraft-model.svg
[Build status]: https://travis-ci.org/OrangeUtan/minecraft-model.svg?branch=master
[Code Coverage]: https://codecov.io/gh/OrangeUtan/minecraft-model/branch/master/graph/badge.svg

> Minecraft Model support for node

## Install

``` shell
npm install @oran9e/minecraft-model
```

## Use

``` typescript
import { minecraftModel } from '@oran9e/minecraft-model'
```