Skip to content

Projects commands

Edit a project

To run Wolf RPG Editor for a given project, use the edit command.

howl edit
howl edit ../path/to/project
howl edit --id 1

Run a project game

To run a Wolf RPG Game for a given project, use the run command.

howl run
howl run ../path/to/project
howl run --id 1

Configure a project game

To run a Wolf RPG Game configuration for a given project, use the config command.

howl config
howl config ../path/to/project
howl config --id 1