Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandersn/github-survey
Survey github for typescript code with interesting properties
https://github.com/sandersn/github-survey
Last synced: 9 days ago
JSON representation
Survey github for typescript code with interesting properties
- Host: GitHub
- URL: https://github.com/sandersn/github-survey
- Owner: sandersn
- License: apache-2.0
- Created: 2015-11-19T00:08:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T00:00:00.000Z (almost 9 years ago)
- Last Synced: 2024-10-20T07:30:40.005Z (28 days ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-survey
Survey github for typescript code with interesting properties## Requirements
You need node and typescript to use this code.
## Usage
1. `node tsc.js crawler.ts; node crawler.js`
2. `mkdir repoData`
3. `mv data*.json repoData/`
4. `node tsc.js merger.ts; node merger.js`
5. `node tsc.js fetcher.ts; node fetcher.js`
6. `cd repos`
7. `dir -r *ts | sls '' > ../results.txt`
8. `cd ..`
6. `node tsc.js degrepper.ts; node degrepper.js >final-results.txt`