Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parlandin/itubedownload-a-youtube-music-video-download
https://github.com/parlandin/itubedownload-a-youtube-music-video-download
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/parlandin/itubedownload-a-youtube-music-video-download
- Owner: parlandin
- License: mit
- Created: 2023-08-11T02:44:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-09T20:33:53.000Z (over 1 year ago)
- Last Synced: 2024-10-17T16:19:42.480Z (3 months ago)
- Language: TypeScript
- Size: 566 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ITube-Download
## a youtube music-video downloadAn Electron application with React and TypeScript
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ yarn
```### Development
```bash
$ yarn dev
```### Build
```bash
# For windows
$ yarn build:win# For macOS
$ yarn build:mac# For Linux
$ yarn build:linux
```