Core Go library for the projectfile.org tools
- Go 98.8%
- Shell 0.8%
- Makefile 0.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
All checks were successful
published / documentation-is-ok (push) Successful in 0s
published / projectfile-is-valid (push) Successful in 4s
published / source-is-tested (push) Successful in 5s
published / source-is-compliant (push) Successful in 5s
published / projectfile-is-ok (push) Successful in 4s
published / source-is-secure (push) Successful in 11s
published / source-passes-lint (push) Successful in 43s
published / source-is-ok (push) Successful in 0s
published / inputs-are-ok (push) Successful in 0s
published / artifacts-are-ok (push) Successful in 0s
published / ready-to-publish (push) Successful in 0s
published / module-published (push) Successful in 4s
published / published (push) Successful in 0s
|
||
| .forgejo/workflows | ||
| .github | ||
| .makefile | ||
| .scripts | ||
| docs | ||
| internal | ||
| LICENSES | ||
| pkg | ||
| .claudeignore | ||
| .containerignore | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .gremlins.toml | ||
| AGENTS.md | ||
| AI_POLICY.md | ||
| CITATION.cff | ||
| CLAUDE.md | ||
| CODE_OF_CONDUCT.md | ||
| CODEOWNERS | ||
| cog.toml | ||
| CONTRIBUTING.md | ||
| go.mod | ||
| go.sum | ||
| go.sum.license | ||
| lefthook.yaml | ||
| LICENSE | ||
| Makefile | ||
| projectfile.yaml | ||
| README.md | ||
| SECURITY.md | ||
| SUPPORT.md | ||
projectfile/core
Core Go library for the projectfile.org tools
Building
Run make with no arguments for the default target; run make help to list every target.
Pipeline entry points:
make analyze— Run the heavy analysis sweep (mutation testing, benchmarks)make audited— Re-scan the pinned dependencies and published artifacts for new vulnerabilitiesmake check-outdated— Report every pinned dependency that lags upstreammake ready-to-publish— Run the pseudo-CI pipeline locally — build, test and scan, without publishing
Policies
Links
License
This project is licensed under MIT — see the LICENSE file for details.