tsearch-io / tsearch

:warning: WIP :warning: Search TypeScript functions and methods by types

Home Page:https://tsearch.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsearch

Search engine for TypeScript functions, methods and types.

devlog

Architecture

tsearch consists of 3 differt applications, found in the tsearch-io organization:

  • indexer: for extracting type information from TypeScript to generate an index.
  • server: A server application to search the index.
  • client: The UI to search and view results.

tsearch architecture drawing

Development

For more information on how to run and develop Tsearch check the three repos mentioned above.

Be aware that Tsearch is under development and the documentation might not be up to date.

Inspiration

tsearch is inspired on Haskell API search engine Hoogle.

LICENSE

MIT License © Christian Gill

About

:warning: WIP :warning: Search TypeScript functions and methods by types

https://tsearch.io

License:MIT License


Languages

Language:TypeScript 51.7%Language:Haskell 35.0%Language:Go 5.3%Language:Nix 2.9%Language:HTML 2.8%Language:Makefile 0.9%Language:Dockerfile 0.7%Language:Shell 0.5%Language:JavaScript 0.1%