Skip to content

permafrost-dev/project-indexer

Repository files navigation

project-indexer


check if a project has any changed source files

Usage

  • project-indexer index <path> - index a project's source files and write the index to a file
  • project-indexer check <path> - check if a project has any changed source files, must have been indexed with index first
  • project-indexer has-changes <path> - check if a project has any changed source files; exit code 0 if there are no changes, 1 if there are changes

Setup

go mod tidy

Building the project

task build

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.