Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
demonnic committed Jul 20, 2019
1 parent bb9589e commit 38fb99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ muddler is a build tool for Mudlet package developers. It aims to provide a deve
* Allow the editing of your project and code in the editor of your choice, while still producing Mudlet objects
* Provide for the description of all standard mudlet objects in json format
* In particular allow for describing triggers in a clear Parent<->child manner, with all the options available in the UI in a json file. This is something I find it particularly onerous to do in pure Mudlet lua.
* provide a file which can be distributed across the platforms Mudlet is available for (Windows/OSX/Linux) and act as a build tool similar to maven or gradle. Currently I am creating an uber jar.
* provide a file which can be distributed across the platforms Mudlet is available for (Windows/OSX/Linux) and act as a build tool similar to maven or gradle. This is being accomplished using the gradle shadow plugin (https://github.com/johnrengelman/shadow) to create a fat jar during testing and distribution archives containing start scripts for multiple platforms.

## Usage
muddler largely relies upon adherence to the muddler convention. For instance, the filetree for animated timers looks like this:
Expand Down

0 comments on commit 38fb99f

Please sign in to comment.