Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trinovantes/userscript-github-repository-categories
Categorize GitHub repositories by matching repository names with regular expressions
https://github.com/trinovantes/userscript-github-repository-categories
github typescript userscript vuejs
Last synced: about 1 month ago
JSON representation
Categorize GitHub repositories by matching repository names with regular expressions
- Host: GitHub
- URL: https://github.com/trinovantes/userscript-github-repository-categories
- Owner: Trinovantes
- License: agpl-3.0
- Created: 2020-10-19T22:34:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T05:08:52.000Z (2 months ago)
- Last Synced: 2024-11-30T06:19:13.985Z (2 months ago)
- Topics: github, typescript, userscript, vuejs
- Language: TypeScript
- Homepage:
- Size: 1.28 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Repository Categories
Categorize GitHub repositories by matching repository names with regular expressions
![](.github/img/preview.png)
## Installation Guide
1. Install a Userscript manager for your web browser
* [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) (Firefox)
* [Tampermonkey](https://www.tampermonkey.net/) (Chrome, Firefox, Safari, Edge)2. [Download the latest build](https://github.com/Trinovantes/userscript-github-repository-categories/releases/download/latest/userscript-github-repository-categories.user.js). If you have Greasemonkey or Tampermonkey installed, then you should immediately be prompted with a confirmation window asking you if you wish to install this Userscript.
## Dev Guide
1. Install prereqs
* `node`
* `yarn`
* Tampermonkey on Chrome2. In Chrome:
* Go to `chrome://extensions/`
* Go into Tampermonkey's details
* Enable `Allow access to file URLs`3. Run dev server
```
yarn install
yarn dev
```4. In Chrome:
* Go to `http://localhost:8080/userscript-github-repository-categories.proxy.user.js` and install the script