Create scripts/templates

This commit is contained in:
freearhey 2025-01-12 21:35:52 +03:00
parent 6285025a53
commit 3e6fb2b1d3
3 changed files with 79 additions and 0 deletions

View 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>
```