A prototype Bevy CLI tool intended to streamline common tasks when working on projects. Please see the initial scope document and original issue for history and motivation. The CLI's current features include:
- Project generation from a template
- A custom, Bevy-specific linter
- Out-of-the-box support for bundling projects into WebAssembly
- An HTTP server for testing these WASM bundles
If you need assistance or want to help, reach out to the bevy_cli working group channel in the Bevy Discord.
The Bevy CLI is licensed under either of
- Apache License, Version 2.0 (
LICENSE-APACHEor http://www.apache.org/licenses/LICENSE-2.0) - MIT license (
LICENSE-MITor http://opensource.org/licenses/MIT)
at your option.
Please see CONTRIBUTING.md for more information!
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.