https://github.com/permafrost-dev/project-indexer
https://github.com/permafrost-dev/project-indexer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/permafrost-dev/project-indexer
- Owner: permafrost-dev
- License: mit
- Created: 2024-09-21T07:13:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T01:08:46.000Z (6 months ago)
- Last Synced: 2026-02-17T05:23:55.465Z (5 months ago)
- Language: Go
- Homepage:
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# project-indexer
---
check if a project has any changed source files
## Usage
- `project-indexer index ` - index a project's source files and write the index to a file
- `project-indexer check ` - check if a project has any changed source files, must have been indexed with `index` first
- `project-indexer has-changes ` - check if a project has any changed source files; exit code 0 if there are no changes, 1 if there are changes
## Setup
```bash
go mod tidy
```
## Building the project
```bash
task build
```
---
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Patrick Organ](https://github.com/patinthehat)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.