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
- Host: GitHub
- URL: https://github.com/blockception/bc-minecraft-molang
- Owner: Blockception
- License: bsd-3-clause
- Created: 2021-05-02T20:34:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T07:52:42.000Z (over 1 year ago)
- Last Synced: 2024-05-21T18:12:29.251Z (over 1 year ago)
- Topics: hacktoberfest, minecraft, molang, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/bc-minecraft-molang
- Size: 802 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# BC-Minecraft-Molang
[](https://github.com/Blockception/BC-Minecraft-Molang/actions/workflows/npm-publish.yml)
[](https://github.com/Blockception/BC-Minecraft-Molang/actions/workflows/npm-test.yml)
[](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
```