botland-minifierdeprecated

A Minifier for Bot Land scripts

Usage no npm install needed!

<script type="module">
  import botlandMinifier from 'https://cdn.skypack.dev/botland-minifier';
</script>

README

Welcome to Bot Land Minifier 👋

Version Documentation Maintenance License: ISC

A Minifier for Bot Land scripts

Comes with clipboard output and several options. Multi-platform.

Install

npm install -g botland-minifier

Usage

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

Windows / MacOS / Linux

Download binary for your platfom from the Github page

Rename to blify.exe or blify after download for ease of use.

Author

👤 Ron D. Lite

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Ron D. Lite.

This project is The Unlicense licensed.


This README was generated with ❤️ by readme-md-generator