A Minifier for Bot Land scripts
Comes with clipboard output and several options. Multi-platform.
npm install -g botland-minifier
blify --help
Options:
--help Show help [boolean]
--version Show version number [boolean]
-i, --input Bot Land script to minify [string] [required]
-o, --output Minified output filename [string]
-s, --screen Echoes the output to the screen/clipboard, no file output
[boolean]
-v, --verbose Shows warnings [boolean]
-c, --compress Add semicolons and compress script to one line [boolean]
-d, --debug Do not remove debugLog (for debugging) [boolean]
Examples:
blify -i defense.js -o defense.min.js
blify -i defense.js -> will create defense.min.js
made for Bot Land https://bot.land - Bot Land username: Ron - no copyright 2019
Download binary for your platfom from the Github page
Rename to blify.exe
or blify
after download for ease of use.
👤 Ron D. Lite
- Github: @rondlite
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019 Ron D. Lite.
This project is The Unlicense licensed.
This README was generated with ❤️ by readme-md-generator