Crate bevy_commandify

Source

Attribute Macrosยง

command
Promotes a function to a Command struct, and creates an equivalent Commands and World method via trait extensions
entity_command
Promotes a function to an EntityCommand struct, and creates an equivalent EntityCommands method via trait extensions