Getting some notice. Tests and CI would be the fastest wins.
Free, native document generation for Salesforce. PDF, DOCX, XLSX, PPTX — merge tags, images, barcodes, QR codes, bulk generation, Flow actions. 100% Apex + LWC, zero external dependencies.
Documentation
75
README documents how to install the project.
README is present.
Contributing guide is detailed and thorough.
Licensed under Apache-2.0.
Engineering
47
No tests detected anywhere in the repository.
→ Add automated tests. They prove the code works and give contributors confidence to make changes.
CI is configured (.github/workflows/format-check.yml).
Lockfile present (package-lock.json). Installs are reproducible.
Linter or formatter configured (.prettierrc).
Issue or PR templates present.
Project health
94
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 23Forks
- 112Releaseslatest 2mo ago
Community
- —Community health
- —authors own >50% of commits
- 85Watchers
Responsiveness
- 9hMedian issue response
- <1hMedian PR merge time
- 4Open issues
Repository files33 root entries
- .claude
- .githubGood: CI is configured (.github/workflows/format-check.yml).Good: Issue or PR templates present.
- .husky
- .tmp
- .vscode
- assets
- config
- DEMO TEMPLATES
- demos
- docs
- force-app
- manifest
- scripts
- .forceignore
- .gitignoreGood: .gitignore present.
- .prettierignore
- .prettierrcGood: Linter or formatter configured (.prettierrc).
- CHANGELOG.md
- CLAUDE.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- code-analyzer.yml
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- CONTRIBUTORS.md
- LICENSEGood: Licensed under Apache-2.0.
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- README.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- ROADMAP.md
- SECURITY.mdGood: Security policy present.
- sfdx-project.json
- THIRD-PARTY-NOTICES.md
- TRIAGE.md
- UserGuide.md