flint-checker
brew install flint-checker
v0.1.0
MIT
Check your project for common sources of contributor friction
11
30-day installs · #8305
14
90-day · #10745
81
365-day · #9754
1.2k
★ GitHub stars · updated 5y ago
Build dependencies
Links
- https://github.com/pengwynn/flint
- GitHub: pengwynn/flint
- Brew formula source: Formula/f/flint-checker.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"go"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Check your project for common sources of contributor friction",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:37:42+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "flint-checker",
"github_default_branch": "master",
"github_last_commit_at": "2021-02-28T21:24:10Z",
"github_readme_excerpt": "# Flint\n\nCheck your project for common sources of contributor friction.\n\n#### For the Non-Developer\n\nFlint checks if your project\u0027s folder contains the proper files and structure to allow potential contributors to understand: 1) the project\u0027s goals, 2) how to contribute, 3) usage guidelines, and 4) how to install the project.\n\n### Install\n\nIf you\u0027ve got Go installed, you can install flint with Go\u0027s command line\ninterface:\n\n go get github.com/pengwynn/flint\n\nIf you don\u0027t have Go installed, you can download a [prebuilt binary for your\nplatform][releases], optionally renaming it to \"flint\" for convenience.\n\nIf you are on macOS and are using [Homebrew] as package manager you can install\nflint with:\n\n brew install flint-checker\n\nYou can test your installation by running `flint --version` from any folder.\n\n### Usage\n\nRun `flint` from your project root to check for some common ways to improve the\nexperience for potential contributors. Here\u0027s the output for a blank folder to\nshow the full gamut of suggestions:\n\n ~/projects/dream\n \u276f flint\n [ERROR] README not found\n [INFO] Every project begins with a README. http://bit.ly/1dqUYQF\n [ERROR] CONTRIBUTING guide not found\n [INFO] Add a guide for potential contributors. http://git.io/z-TiGg\n [ERROR] LICENSE not found\n [INFO] Add a license to protect yourself and your users. http://choosealicense.com/\n [WARNING] Bootstrap script not found\n [INFO] A bootstrap script makes setup a snap. http://bit.ly/JZjVL6\n [WARNING] Test script not found\n [INFO] Make it easy to run the test suite regardless of project type. http://bit.ly/JZjVL6\n [CRITICAL] Some critical problems found.\n\nYou can also run this in older projects which were created by lazy you, or by\nyounger, less wise you.\n\nIf you want to check a remote GitHub repository, you can now do so without\ncloning:\n\n \u276f flint --github pengwynn/dotfiles\n [ERROR] CONTRIBUTING guide not found\n [INFO] Add a guide for potential contributors. http:",
"github_repo": "pengwynn/flint",
"github_stars": 1169,
"github_topics": [],
"homepage": "https://github.com/pengwynn/flint",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 11,
"installs_365d": 81,
"installs_90d": 14,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "flint-checker",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 8305,
"rank_365d": 9754,
"rank_90d": 10745,
"raw_hash": "b25a88388cd1e451",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/f/flint-checker.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "0.1.0",
"versioned_formulae": [],
"why_use_this": null
}