basicallydan / forkability

:fork_and_knife: A linter for your repository.
https://basicallydan.github.io/forkability
MIT License
103 stars 19 forks source link

Module for getting a list of tags from a local git repository. #81

Open basicallydan opened 8 years ago

basicallydan commented 8 years ago

In order to do #70 we need to produce a module which can open up a git repo directory and produce a list of tags in a format which lintTags.js will understand.

This is in order to remove the need to have access to GitHub to get the tags.

copypastaissue