You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2021. It is now read-only.
Since Iconic is planning to add new icons every week, we could consider adding a script that can handle fetching new icons, generate the components for them and publishing to npm just create a PR to the main branch.
Due to the way we are fetching new icons (scraping the iconic.app HTML), it might not be safe to auto-publish as we have to make sure nothing breaks beforehand.
The commit message could be as simple as chore: Add {number} new icons (v1.0.x)
Since Iconic is planning to add new icons every week, we could consider adding a script that can handle fetching new icons, generate the components for them and
publishing to npmjust create a PR to themainbranch.Due to the way we are fetching new icons (scraping the iconic.app HTML), it might not be safe to auto-publish as we have to make sure nothing breaks beforehand.
The commit message could be as simple as
chore: Add {number} new icons (v1.0.x)Possibly useful reference: