A top-tier open source project. Docs, tests, and CI are all in excellent shape.
FlatBuffers: Memory Efficient Serialization Library
Documentation
79
Install and run instructions9pt
45
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
Contributing guide5pt
64
Contributing guide is detailed and thorough.
README12pt
100
README is present.
License6pt
100
Licensed under Apache-2.0.
Engineering
94
Reproducibility6pt
82
Lockfile present (pnpm-lock.yaml). Installs are reproducible.
CI/CD14pt
85
CI is configured (.github/workflows/build.yml).
Tests18pt
100
Test files detected (dart/test).
Linting and formatting5pt
100
Linter or formatter configured (.editorconfig).
Issue and PR templates6pt
100
Issue or PR templates present.
Project health
97
Dependency manifest6pt
90
Dependency manifest found (Package.swift).
Repository metadata5pt
100
Repository has a description.
Activity5pt
100
Actively maintained (pushed within the last month).
Housekeeping3pt
100
.gitignore present.
Repository files63 root entries
- .bazelci
- .githubGood: CI is configured (.github/workflows/build.yml).Good: Dependabot configured for github-actions.Good: Issue or PR templates present.
- android
- bazel
- benchmarks
- CMake
- dartGood: Test files detected (dart/test).
- docs
- examples
- go
- goldens
- grpc
- include
- java
- js
- kotlin
- lobster
- lua
- mjs
- net
- nim
- php
- python
- reflection
- rust
- samples
- scripts
- snap
- src
- swift
- tests
- ts
- .bazelignore
- .bazelrc
- .clang-format
- .clang-tidy
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .npmrc
- build_defs.bzl
- BUILD.bazel
- CHANGELOG.md
- CMakeLists.txt
- composer.json
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.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).Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.Good: Contributing guide includes code examples.
- eslint.config.mjs
- extensions.bzl
- FlatBuffers.podspec
- Formatters.md
- library.json
- LICENSEGood: Licensed under Apache-2.0.
- MODULE.bazel
- package.json
- Package.swiftGood: Dependency manifest found (Package.swift).
- pnpm-lock.yamlGood: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
- pnpm-workspace.yaml
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.
- swift.swiftformat
- tsconfig.json
- tsconfig.mjs.json
- typescript.bzl