mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Create scripts/templates
This commit is contained in:
parent
6285025a53
commit
3e6fb2b1d3
3 changed files with 79 additions and 0 deletions
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>
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue