Live data from Hacker News

Show HN: Optimizt – CLI image optimization tool for front end developers

github.com

1–5 of 5 posts

Re: Show HN: Optimizt – CLI image optimization tool for front end developers

#4
post #2

It looks like an imagemin/svgo wrapper, which are both great tools. You might consider not pinning your dependencies, so users get at least minor 3rd party updates without you having to release a new version every time.

Sounds like a reasonable suggestion. Thank you!