JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q59483F
  • License MIT

The best way to compress your images at once, using a complete CLI that identifies whether it is a directory with several images, or just one image. Enjoy!

Package Exports

  • @pradoguilherme/compresscli

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pradoguilherme/compresscli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

CompressCLI

Downloads Downloads Downloads Downloads Downloads Dependencies

CompressCLI is a tool that use the official TinyPNG service to compress images via CLI with the best quality and the lowest weight preserving full transparency.


⚡ Install

  1. For Mac, Linux and Windows:
npm install -g @pradoguilherme/compresscli

in a new future

yarn add -g @pradoguilherme/compresscli

🚀 Getting Started

Usage: ccpres <cmd> [args]

Commands:
  ccpres list    Show list of images in the folder
  ccpres quota   Show the current quota

Options:
  --help         Show help

📝 License

This project is licensed under the MIT License - see the LICENSE.md file for details.

🎉 Contributing

  1. Fork the repository
  2. Create a branch with your feature: git checkout -b my-feature
  3. Commit your changes: git commit -m 'feat: my feature'
  4. Push to the branch: git push origin my-feature
  5. Create new pull request for this repository.

🖤 Thanks

Made with ❤️ by Guilherme Prado using the brilhant api from TinyPNG.