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.
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.