Skip to content

Adds project generation options to muddler

Compare
Choose a tag to compare
@demonnic demonnic released this 10 Aug 00:47
· 11 commits to main since this release

This release will create a buildable muddler file tree for you to help you get started with muddler. It adds two new switches to the muddle command.

  • muddle --generate
    • This will ask you a series of questions and build out the project based on your responses.
  • muddle --default
    • This will generate a project named TemplateProject in the TemplateProject directory, with all the example objects (triggers, aliases, etc) and all default options selected for everything else.

Both options will generate the mfile, and a README.md file. Additionally, generate will give you the option to generate the following things (default generates the lot):

  • triggers
  • aliases
  • keybindings
  • scripts
  • timers
  • a .gitignore file

image