https://github.com/devhindo/yt-hidden-gems
youtube hidden gems
https://github.com/devhindo/yt-hidden-gems
Last synced: about 2 months ago
JSON representation
youtube hidden gems
- Host: GitHub
- URL: https://github.com/devhindo/yt-hidden-gems
- Owner: devhindo
- License: mit
- Created: 2023-07-31T12:11:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T13:54:47.000Z (over 2 years ago)
- Last Synced: 2025-05-22T01:11:37.069Z (10 months ago)
- Language: HTML
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# starter template for chrome extension with typescript
## How to use
- fork this repo
- clone it in your machine
- run `npm install` to install dependencies
- edit `name` in `package.json` to your extension name
- edit `description` in `package.json` to your extension description
- same with the `manifest.json` file
- add your extension icon as `assets/icon.png`
- start editing your code in `src` folder. Run `npm run build` to compile the source code
## Optional features
- the `docs` folder. Just for documentation purposes. You can delete it if you don't need it.
## *Contributing is welcome*