A CLI-Tool to generate Bevy Engine Games

Getting Started

Full Usage

````text create, -c Create a new Bevy Engine Project. help Print this message or the help of the given subcommand(s)

Options: -h, --help Print help information ````


create Command

````text Usage: bevier {create|-c} [OPTIONS] --name

Options: -n, --name The name of the Project. -o, --configure Set the configuration of the project to generate. -h, --help Print help information ````

Configurations

Found an Issue

TODO