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.
- Host: GitHub
- URL: https://github.com/blockception/bc-minecraft-bedrock-types
- Owner: Blockception
- License: bsd-3-clause
- Created: 2021-07-09T10:19:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T18:06:10.000Z (almost 2 years ago)
- Last Synced: 2024-04-06T20:03:27.285Z (almost 2 years ago)
- Topics: bedrock, hacktoberfest, minecraft, types, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/bc-minecraft-bedrock-types
- Size: 616 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
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-Bedrock-Types
[](https://github.com/Blockception/BC-Minecraft-Bedrock-Types/actions/workflows/tagged-release.yml)
[](https://github.com/Blockception/BC-Minecraft-Bedrock-Types/actions/workflows/npm-test.yml)
[](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
```