feathericons / elm-feather

Feather icons for elm
http://package.elm-lang.org/packages/1602/elm-feather/latest
BSD 3-Clause "New" or "Revised" License
76 stars 4 forks source link

Automatic generation and publishing of a new package version #2

Open 1602 opened 7 years ago

1602 commented 7 years ago

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.