An open API service indexing awesome lists of open source software.

awesome-typescript-ecosystem

😎 A list of awesome TypeScript transformers, plugins, handbooks, etc
https://github.com/itsdouges/awesome-typescript-ecosystem

Last synced: 11 days ago
JSON representation

  • Handbooks

    • TypeScript wiki - The official wiki for TypeScript lang
    • TypeScript-Handbook - The TypeScript Handbook is a comprehensive guide to the TypeScript language
    • typescript-book - 📚 The definitive guide to TypeScript and possibly the best TypeScript book 📖
    • ts-transformer-handbook - 📘 A handbook on how to create transformers for Typescript with real code examples
  • Language service plugins

  • Tools

    • Optimization

      • ttypescript - Over TypeScript tool to use custom transformers in the tsconfig.json
      • ts-morph - TypeScript Compiler API wrapper for static analysis and programmatic code changes
      • ts-creator - A code generator to generate TypeScript code generator from TypeScript code
      • typescript-json-schema - Generate json-schema from your TypeScript sources
      • ts-json-schema-generator - Generate JSON schema from your TypeScript sources
      • ts-query - TypeScript AST query library
      • fallow - Finds dead code, duplication, circular dependencies, and complexity hotspots in TypeScript codebases
      • jsontosdk - Paste a JSON sample and generate typed TypeScript interfaces, a Zod schema, and a fetch helper
  • Transformers