Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 962 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 962 Bytes

prospectus_repotimer

GitHub Workflow Status GitHub release MIT Licensed

Prospectus plugin for checking for repo staleness

Usage

Add a check to your .prospectus.d directory with the following contents:

#!/usr/bin/env prospectus_repotimer
days: 7

Replace the days value as desired to set how frequently the repo should be updated.

Installation

go get https://github.com/akerl/prospectus_repotimer

License

prospectus_repotimer is released under the MIT License. See the bundled LICENSE file for details.