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
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
- 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
- Fork the repository
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: my feature'
- Push to the branch:
git push origin my-feature
- Create new pull request for this repository.
🖤 Thanks
Made with ❤️ by Guilherme Prado using the brilhant api from TinyPNG.