Automatically infer TypeScript types from JavaScript objects & JSON files!
This monorepo contains:
- 📦
autotypex(NPM Package) → CLI & programmatic library for generating TypeScript types. - 🖥
autotypex-vscode(VS Code Extension) → A VS Code extension for inline type inference.
/packages
├── autotypex # NPM package
├── autotypex-vscode # VS Code extension
Dynamically analyzes JS/JSON objects and generates TypeScript types.
yarn add autotypex
or
npm install autotypex📌 More details: packages/autotypex/README.md
Infer TypeScript types directly in VS Code with a single command.
- Open VS Code → Extensions (
Ctrl+Shift+X). - Search for
"AutoTypeX". - Click Install.
📌 More details: packages/autotypex-vscode/README.md
MIT License © 2025 Rashad
🚀 Happy Coding!