1 files changed, 11 insertions(+), 0 deletions(-)
M README.md
M README.md => README.md +11 -0
@@ 1,3 1,14 @@
# Good Enough Minifier for Pico-8
All credit go to [Paul Harmmond](https://twitter.com/paulhamx) this is just a simple port to use node so It's easier to run this automate the process of minifying PICO-8 code
+
+## Usage
+
+`node index.js /path/to/cart.p8`
+
+## TODO
+
+Things that would be nice additions but won't implement unless someone requires them
+
+- Edit options via CLI or config file
+- Output debug information somehow (stdout,file)