Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dervexdev/github-loc
A Chrome extension that shows Lines Of Code of GitHub repository in simple yet elegant way
https://github.com/dervexdev/github-loc
chrome-extension github lines-of-code preact vite
Last synced: about 2 months ago
JSON representation
A Chrome extension that shows Lines Of Code of GitHub repository in simple yet elegant way
- Host: GitHub
- URL: https://github.com/dervexdev/github-loc
- Owner: DervexDev
- License: apache-2.0
- Created: 2024-05-13T20:19:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T13:03:35.000Z (about 2 months ago)
- Last Synced: 2024-11-07T10:03:44.590Z (about 2 months ago)
- Topics: chrome-extension, github, lines-of-code, preact, vite
- Language: TypeScript
- Homepage: https://chromewebstore.google.com/detail/github-loc/clfbbldiigihjkignlkngblahkpalmhh
- Size: 1.73 MB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# GitHub LOC
Simple yet elegant Google Chrome extension that allows you to view Lines Of Code of both public and private GitHub repositories with an option to exclude selected languages. Clicking on the stat will take you to the [ghloc.vercel.app](https://ghloc.vercel.app/DervexDev/github-loc) page with even more LOC details. Get the extension from the Chrome Web Store [here](https://chromewebstore.google.com/detail/github-loc/clfbbldiigihjkignlkngblahkpalmhh).
## Extension In Action
## After Clicking
## Available Settings
## Limitations
Currently it is only possible to get LOC of repositories that are under **50 MBs**!
## Backend
You can see the backend of this extension in the [ghloc-vercel](https://github.com/DervexDev/ghloc-vercel) repository.