TheBevyFlock / bevy_cli

A Bevy CLI tool and linter.
https://thebevyflock.github.io/bevy_cli/
Apache License 2.0
48 stars 7 forks source link

Bevy build #102

Closed TimJentzsch closed 2 months ago

TimJentzsch commented 2 months ago

This PR adds the remaining pieces needed for the bevy build command.

The command is a wrapper around cargo build, but with an additional web sub command which makes it a lot easier to build an app for the browser. I also plan to add additional features in the feature, like #68.

The PR contains the following changes:

If you'd prefer smaller PRs let me know and I will split this up further.

BD103 commented 2 months ago

In general, this change looks good! I love how easy dialoguer is to work with when prompting about installation.

I have a few comments and there are some merge conflicts, but then it's good to go!