No Installation Required!
You can use mint-tsdocs without installing it:Optional: Install Locally
Want faster execution or version locking?Or Globally
Why install locally or globally?
Why install locally or globally?
Benefits:
- Faster execution (no download)
- Version pinned in package.json
- Works offline
- Slightly cleaner npm scripts
- Adds to node_modules size
- Need to update manually
Why use npx?
Why use npx?
Benefits:
- Always latest version
- No node_modules bloat
- Works in any project instantly
- No installation step
- First run downloads (cached after)
- Requires internet connection
Requirements
- Node.js 18 or higher
- TypeScript project with
declaration: trueintsconfig.json
Next Steps
Quick Start
Generate your first documentation

