Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.35 KB

File metadata and controls

37 lines (29 loc) · 1.35 KB

fallow
Documentation for fallow, codebase intelligence for TypeScript and JavaScript.

Documentation fallow

Development

npm i -g mint
mint dev

Preview at http://localhost:3000.

Structure

analysis/       - Dead code, duplication, auto-fix, debugging
cli/            - CLI command reference
configuration/  - Config files, rules, workspaces
frameworks/     - Built-in and custom plugins
integrations/   - CI, VS Code, MCP server
migration/      - From knip and jscpd
snippets/       - Reusable MDX components

Contributing

Edit any .mdx file and push to main. Mintlify deploys automatically.

Run mint broken-links and mint validate before pushing.