
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Generates Apple Touch Icons or a multiresolution (32x32 and 16x16) favicon given a square image.
$ gem install icon_generator
To generate a set of apple-touch-icons:
$ icon_generator touch my/source/file.png my/output/directory
To generate a single 152x152 apple-touch-icon-precomposed.png:
$ icon_generator touch my/source/file.png my/output/directory --single
To generate a multiresolution favicon:
$ icon_generator favicon my/source/file.png my/output/directory
To generate both at once:
$ icon_generator generate --favicon my/source/favicon.png --touch my/source/touch.png my/output/directory
The generic generate
task will work whether both --favicon
and
--touch
are present or not:
$ icon_generator generate --favicon my/source/favicon.png my/output/directory
$ rake test
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that icon_generator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.