feathericons/elm-feather
Automatic generation and publishing of a new package version
开放
#2 创建于 2017年11月5日
good first issue
仓库指标
- 星标
- (78 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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.