Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thebevyflock/bevy_cli
A Bevy CLI tool and linter.
https://github.com/thebevyflock/bevy_cli
Last synced: 6 days ago
JSON representation
A Bevy CLI tool and linter.
- Host: GitHub
- URL: https://github.com/thebevyflock/bevy_cli
- Owner: TheBevyFlock
- License: apache-2.0
- Created: 2024-08-27T13:52:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T19:58:58.000Z (7 days ago)
- Last Synced: 2025-01-02T00:48:37.320Z (7 days ago)
- Language: Rust
- Homepage: https://thebevyflock.github.io/bevy_cli/
- Size: 270 KB
- Stars: 68
- Watchers: 6
- Forks: 9
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Bevy CLI
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](bevy_lint/README.md)
- Out-of-the-box support for bundling projects into WebAssembly
- An HTTP server for testing these WASM bundlesIf you need assistance or want to help, reach out to the [`bevy_cli` working group channel] in the [Bevy Discord].
[Bevy]: https://bevyengine.org
[initial scope document]: https://hackmd.io/cCHAfbtaSviU_MDnbNHKxg
[original issue]: https://github.com/bevyengine/bevy/issues/436
[`bevy_cli` working group channel]: https://discord.com/channels/691052431525675048/1278871953721262090
[Bevy Discord]: https://discord.gg/bevy## License
The Bevy CLI is licensed under either of
- Apache License, Version 2.0 ([`LICENSE-APACHE`](LICENSE-APACHE) or )
- MIT license ([`LICENSE-MIT`](LICENSE-MIT) or )at your option.
## Contributing
Please see [`CONTRIBUTING.md`](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.