feat(shift): Initial prototype
SUMMARY: This is the initial prototype of Shift. It can generate changelogs for GitHub projects following the Angular commit conventions.
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- LICENSE 30 additions, 0 deletionsLICENSE
- Setup.hs 2 additions, 0 deletionsSetup.hs
- app/Main.hs 8 additions, 0 deletionsapp/Main.hs
- shift.cabal 70 additions, 0 deletionsshift.cabal
- src/GitHub/UserSearch.hs 46 additions, 0 deletionssrc/GitHub/UserSearch.hs
- src/Shift.hs 25 additions, 0 deletionssrc/Shift.hs
- src/Shift/CLI.hs 59 additions, 0 deletionssrc/Shift/CLI.hs
- src/Shift/Git.hs 117 additions, 0 deletionssrc/Shift/Git.hs
- src/Shift/Parsers.hs 94 additions, 0 deletionssrc/Shift/Parsers.hs
- src/Shift/Processing.hs 31 additions, 0 deletionssrc/Shift/Processing.hs
- src/Shift/Rendering.hs 132 additions, 0 deletionssrc/Shift/Rendering.hs
- src/Shift/Types.hs 185 additions, 0 deletionssrc/Shift/Types.hs
- src/Shift/Utilities.hs 16 additions, 0 deletionssrc/Shift/Utilities.hs
- stack.yaml 36 additions, 0 deletionsstack.yaml
- test/Spec.hs 2 additions, 0 deletionstest/Spec.hs
Loading
Please register or sign in to comment