feathericons / elm-feather

Feather icons for elm

Home Page:http://package.elm-lang.org/packages/1602/elm-feather/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic generation and publishing of a new package version

1602 opened this issue · comments

Automatic generation and publishing of a new package version when new feather-icon arrives.

Current state of things

When new icon being added to feathericons.com, somebody should run yarn run update-package script from https://github.com/1602/elm-feather-icons repository, then publish result using bunch of elm package commands.

Better flow

In order to avoid manual work here we could employ some automation which will take care of daily catch up with source repository to generate, update and publish new version of the package.

Feasibility

Currently this is just a nice exercise with not so much of a practical value, since new icons added rarely.