Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beapijs/beapi
MCBE GameTest Wrapper - Bedrock Edition API
https://github.com/beapijs/beapi
gametest minecraft nodejs typescript
Last synced: 3 months ago
JSON representation
MCBE GameTest Wrapper - Bedrock Edition API
- Host: GitHub
- URL: https://github.com/beapijs/beapi
- Owner: beapijs
- License: mit
- Created: 2021-07-29T01:27:55.000Z (over 3 years ago)
- Default Branch: beta
- Last Pushed: 2023-07-19T09:07:54.000Z (over 1 year ago)
- Last Synced: 2024-05-22T23:37:32.181Z (6 months ago)
- Topics: gametest, minecraft, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 6.92 MB
- Stars: 38
- Watchers: 1
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-minecraft-bedrock - BeAPI - MCBE GameTest Wrapper - Bedrock Edition API (Tool (Create) / Addons and GameTest)
README
## About
BeAPI (an abbreviation for "Bedrock edition API") is a tool that aims
for a faster and more reliable development experience when working
with Minecraft Bedrock edition gametests. We achieve these goals by putting together some of the most brilliant minds in the Minecraft Bedrock developer community to scheme up alternative ways to utilize the gametest framework so it's easier for you! We have also added the ability to easily add 3rd party plugins/modules via [npm](https://www.npmjs.com/).## Support
Gametest currently only supports [Javascript](https://developer.mozilla.org/en-US/docs/Web/JavaScript); because of this we are only really left with two primary language support options; [Typescript](https://www.typescriptlang.org/) and [Javascript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) project scaffolds.## How It Works
BeAPI uses NPM's cli create app feature to provide you with a setup to scaffold your projects. This allows for a clean working environment separated from the core codebase. We also provide a cli for building and bundling your packs.## Where Do I Start?
Check out our [docs](https://mcbe-utilities.github.io/BeAPI)!## Issues / Feature Request
Please submit an issue following the guidelines on the proper template.## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make be sure to **TEST** all functionality before requesting.
See [CONTRIBUTING.md](./CONTRIBUTING.md)!
## License
[MIT](https://choosealicense.com/licenses/mit/)