All Projects → tsearch-io → Tsearch

tsearch-io / Tsearch

Licence: mit
⚠️ WIP ⚠️ Search TypeScript functions and methods by types

Programming Languages

typescript
32286 projects
types
53 projects

Labels

Projects that are alternatives of or similar to Tsearch

Mongol Meteor Explore Minimongo Devtools
In-App MongoDB Editor for Meteor (Meteor DevTools)
Stars: ✭ 846 (+1075%)
Mutual labels:  devtools
Cljs Devtools
A collection of Chrome DevTools enhancements for ClojureScript developers
Stars: ✭ 969 (+1245.83%)
Mutual labels:  devtools
F19n Obtrusive Livetest
A sandboxed, extendable testing chrome extension and framework! It runs pre-defined and custom tests on each page that you visit.
Stars: ✭ 53 (-26.39%)
Mutual labels:  devtools
Rfcs
RFCs for changes to DevTools
Stars: ✭ 12 (-83.33%)
Mutual labels:  devtools
React Inspect Props
React properties inspector with the power of Redux DevTools
Stars: ✭ 31 (-56.94%)
Mutual labels:  devtools
Validator
Nu Html Checker – Helps you catch problems in your HTML/CSS/SVG
Stars: ✭ 1,024 (+1322.22%)
Mutual labels:  devtools
Devtools
The Hoa\Devtools library.
Stars: ✭ 5 (-93.06%)
Mutual labels:  devtools
Artemis Dev Tool
An Apollo GraphQL Query Schema Testing Tool
Stars: ✭ 66 (-8.33%)
Mutual labels:  devtools
Espressopp
Main ESPResSo++ repository
Stars: ✭ 33 (-54.17%)
Mutual labels:  devtools
San Devtools
Browser developer tools extension for debugging San.
Stars: ✭ 51 (-29.17%)
Mutual labels:  devtools
React Cosmos
Sandbox for developing and testing UI components in isolation
Stars: ✭ 7,350 (+10108.33%)
Mutual labels:  devtools
Rship
Rocket Ship – node.js tool for developing and building isomorphic web applications
Stars: ✭ 27 (-62.5%)
Mutual labels:  devtools
Shon
A simple tool to convert json or yaml into a shell-compliant data structure.
Stars: ✭ 47 (-34.72%)
Mutual labels:  devtools
Wappalyzer
Identify technology on websites.
Stars: ✭ 7,245 (+9962.5%)
Mutual labels:  devtools
Grpcc
A gRPC cli interface for easy testing against gRPC servers
Stars: ✭ 1,078 (+1397.22%)
Mutual labels:  devtools
Ractive Chrome Extension
View and edit Ractive.js components using Chrome Dev Tools.
Stars: ✭ 8 (-88.89%)
Mutual labels:  devtools
Devtools Timeline Images
Extract images from Chrome DevTools report.
Stars: ✭ 44 (-38.89%)
Mutual labels:  devtools
Npm Link Up
🔄 Link your NPM projects automatically, for sophisticated / modular local development.
Stars: ✭ 68 (-5.56%)
Mutual labels:  devtools
Logvac
Simple, lightweight, api-driven log aggregation service with realtime push capabilities and historical persistence.
Stars: ✭ 61 (-15.28%)
Mutual labels:  devtools
Pulse
Dynamic, api-driven stats collector service for realtime stats publishing and historical aggregation with Influxdb.
Stars: ✭ 48 (-33.33%)
Mutual labels:  devtools

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.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].