ljpurcell

prdy

A command line tool to do the things a developer can forget before submitting a pull request. Prdy scans for specified keywords, often related to debugging or temporary code (like console.log or var_dump) and highlight any occurrences. It also provides functionalities for managing configuration settings to tailor the search according to user-specific requirements, or to automatically run the test suite after scanning.

View code

Purpose

  1. Quality of life application to improve the work I do, even if only by a few percent
  2. Increase comfort with core features of Go language and experiment with application structure

Built using

Technical features