mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 19:06:58 -05:00
Create scripts/templates
This commit is contained in:
21
scripts/templates/_readme.md
Normal file
21
scripts/templates/_readme.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# <DOMAIN>
|
||||
|
||||
https://example.com
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab --- --site=<DOMAIN>
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse --- --config=./sites/<DOMAIN>/<DOMAIN>.config.js --output=./sites/<DOMAIN>/<DOMAIN>.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- <DOMAIN>
|
||||
```
|
||||
Reference in New Issue
Block a user