knl / niv-updater-action

A GitHub Action that creates meaningful pull requests with updates to your niv-managed dependencies, so you don't have to do menial chores.
BSD 3-Clause "New" or "Revised" License
29 stars 11 forks source link

Rewrite the project in a different language #28

Open knl opened 4 years ago

knl commented 4 years ago

Maybe go, as it compiles quickly and there is almost no dependencies needed, or Python as stdlib is all what I need. The code is becoming too long for Bash to keep it readable, and testing is virtually non-existant.