https://github.com/hex-digital/hex-tools
A collection of useful dev tools
https://github.com/hex-digital/hex-tools
Last synced: about 1 year ago
JSON representation
A collection of useful dev tools
- Host: GitHub
- URL: https://github.com/hex-digital/hex-tools
- Owner: hex-digital
- Created: 2022-08-30T12:19:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T12:43:15.000Z (almost 4 years ago)
- Last Synced: 2025-07-07T06:06:03.127Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hex Tools
A collection of useful dev tools for your day to day workflow
## Included
- `image-min`
- A useful tool to compress image file sizes, without losing quality. Creates optimised versions of your JPEGs, PNGs and creates a handy .WEBP file as well for next level, future safe images.
- To install, make sure you have [GULP.js](https://gulpjs.com/) installed globally, and install using `npm i`. Make sure you have these installed as well using `brew`:
- `brew install imagemagick`
- `brew install graphicsmagick`
- Just drop your big 'ol images into the `images-source` folder, and optimised files will be generated in `images-optimised`.