Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.34 KB

readme.md

File metadata and controls

43 lines (29 loc) · 1.34 KB

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