Skip to content

Releases: GovAuCSU/DRAT

Alpha release

27 Aug 02:41
Compare
Choose a tag to compare
Alpha release Pre-release
Pre-release

An alpha release of the app to test with some real dev

To try out the app on MacOSX:

  • Generate a personal access token to use with drat-cli tool https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/ This token doesnt need full access, just read access or even no access if you are using it against public repository. We need this to avoid hitting limit 50 api request per minute set by github api for anonymous requests.
  • export the github access token as environment variable export GITHUB_AUTH_TOKEN=<YOURTOKEN>
  • download drat-cli and check out the command line optionsdrat-cli --help
  • Run drat-cli tool against a repository in verbose mode and crawling depth of 3 (or more 🤷‍♂️) and output result to a json file to see what it's doing: ./drat-cli -v -d 3 -o output.json https://github.com/YOURORG/YOURREPO
  • download & unzip web-ui.zip and open index.html in any browser
  • drag output.json into index.html in browser and check out the visualised output.