Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/orangeutan/js-minecraft-model
- Owner: OrangeUtan
- License: mit
- Created: 2021-04-26T09:20:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-01T09:38:25.000Z (over 3 years ago)
- Last Synced: 2024-11-04T05:04:59.735Z (about 2 months ago)
- Language: TypeScript
- Size: 396 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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'
```