Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/urish/bigtsquery
Search Engine for TypeScript Code using AST Queries
https://github.com/urish/bigtsquery
angular bigquery search tsquery typescript
Last synced: 12 days ago
JSON representation
Search Engine for TypeScript Code using AST Queries
- Host: GitHub
- URL: https://github.com/urish/bigtsquery
- Owner: urish
- Archived: true
- Created: 2018-05-25T22:29:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T07:50:00.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T06:26:02.284Z (3 months ago)
- Topics: angular, bigquery, search, tsquery, typescript
- Language: TypeScript
- Homepage: https://bigtsquery.firebaseapp.com/
- Size: 407 KB
- Stars: 50
- Watchers: 6
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BigTSQuery
Run TypeScript AST Queries across all public TypeScript code on GitHub.
[![Build Status](https://travis-ci.org/urish/bigtsquery.svg?branch=master)](https://travis-ci.org/urish/bigtsquery)
🔍 Live Demo - No longer available
📖 [Read the blog post](https://medium.com/@urish/yes-i-compiled-1-000-000-typescript-files-in-under-40-seconds-this-is-how-6429a665999c)
## Development
Starting dev server (http://localhost:4200/):
yarn start
Starting storybook (http://localhost:4201/)
yarn storybook
Running tests:
yarn test
## License
Copyright (C) 2018, Uri Shaked. The code in this repo is published under the MIT license.