You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#50Closes#51
What needs to be done before 0.1.0 release:
* JSON achievement stdout output - #40
* At least 3 meaningful achievements
* One of which needs to store state across multiple visited commits
* See: https://github.com/Notgnoshi/herostratus/milestone/7 for ideas
* Optionally: Commit iterator caching - #7 and #39
Includes a few internal cleanups. This PR represents the most bare
minimal working "product".
Before it's usable, the following need to be done:
1. Allow excluding commits (#47)
2. Allow customizing which rules are run (#53)
3. A "useful" output format (#40)
4. Remember what commits have already been processed (#39)
so that repeated `herostratus fetch-all && herostratus check-all`
invocations only give new achievements
5. More achievements! (#11)
Processing a large repository like Linux or Git takes longer than I want. So avoid doing the same work over and over.
The text was updated successfully, but these errors were encountered: