Added script to generate "all in one" playlist

This commit is contained in:
freearhey
2019-04-23 21:49:09 +03:00
parent 5008571ebb
commit 296e011ef1
3 changed files with 85 additions and 1 deletions

View File

@@ -10,7 +10,8 @@
],
"main": "index.m3u",
"scripts": {
"test": "node test/index.js"
"test": "node test/index.js",
"generate": "node src/generate.js"
},
"repository": {
"type": "git",