
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
openshift-logos-icon
Advanced tools
To view a list of all the glyphs in the font along with their codes/ligatures visit:
https://rawgit.com/openshift/openshift-logos-icon/master/demo.html
Development dependencies are managed using NPM; therefore, NPM is required.
npm install
The font files are generated using IcoMoon.
Go to Manage Projects
Import the project selection.json
and Load it:
To add new icons to the set, click on the right-hand kabob menu and select “Import To Set”.
Move the newly added icon(s) to the end of the list (by default, icomoon adds them to the beginning). This prevents the re-indexing of all icons, thus reducing the diff in selection.json.
Ensure the new icons you added are selected.
Generate the font files by clicking on the “Generate Font” button at the bottom of the page:
In that same location, click on the “Download” button. This will download a zip file. Expand the zip file and copy the following (overwriting your existing files):
Update less/variables.less
and less/openshift-logos-icon.less
with your new icons.
Run a build.
Builds are done via Grunt.
grunt
To release a new version version, edit bower.json
and package.json
accordingly.
Update the version listed in bower.json
by editing the file and changing the line:
"version": "<new_version>"
Update the version listed in package.json
by editing the file and changing the line:
"version": "<new_version>"
Commit the version bump:
git commit -a -m "Version bump to <new_version>"
Tag and push upstream (assuming you have commit access):
git tag <new_version>
git push && git push --tags
The Bower package manager determines available versions and installs based upon git tags, so the new version will now be automatically available via Bower.
To publish a new version to npm, execute:
npm publish
FAQs
OpenShift Logos Icon Font ===========================
The npm package openshift-logos-icon receives a total of 309 weekly downloads. As such, openshift-logos-icon popularity was classified as not popular.
We found that openshift-logos-icon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.