A simple command line tool for outputting details on git repos
Usage is limited at the moment but can/will be improved.
For now, simply:
- Create a Personal Access Token in your GitHub Enterprise account.
- Add the env variable TOKEN to your shell
- Run the script
--contrib - will add contributor column
--repo - will add a repo link column
--uses - will add the uses from the search query
gitexplorer $ node index.js "informed filename:package.json" --contrib --repo
Example output from above
... TODO put test results here
TOKEN ghp_********
myArgs: [ 'informed filename:package.json', '--contrib', '--repo' ]
-------------------------------------
SEARCH: informed filename:package.json
COUNT: 20
PAGES: 1
Making request for page 1 ...
-------------------------------------
Reposearch Complete 18 repos found.
gitexplorer $ node index.js "informed filename:package.json" --reposearch "Debug" --uses
Example output from above
... TODO put test results here