Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 572 Bytes

readme.md

File metadata and controls

21 lines (17 loc) · 572 Bytes

ISSUE TRACKER

GOALS

  • Read file
  • Search through file
  • Find text with TODO and DESCRIPTION
  • Make API call to github and create an issue with the text
  • Check if issue is already created

USAGE

On your terminal run

   AUTH_KEY=xxxxx cargo run -- test.js
  • Where
    • xxxxx is your github auth key see how you get it here
    • test.js is the file you want to read

Future Improvements

  • Read all files in a folder