file_walker.js detect articles in data file tree

This commit is contained in:
Clément GOUIN
2019-06-19 16:27:49 +02:00
parent 15761551e7
commit 20b4d0353f
8 changed files with 227 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
"scripts": {
"start": "node src/server.js",
"test": "jest --silent",
"install": "shx mkdir ./data && shx cp -rf ./sample_data/home/* ./data && shx mkdir -p ./data/$(date +%Y)/$(date +%m)/$(date +%d) && shx cp -rf ./sample_data/article/* ./data/$(date +%Y)/$(date +%m)/$(date +%d) && shx cp -f ./src/default_config.json ./config.example.json"
"install": "shx mkdir ./data && shx cp -rf ./sample_data/home/* ./data && shx mkdir -p ./data/$(date +%Y)/$(date +%m)/$(date +%d) && shx cp -rf ./sample_data/article/* ./data/$(date +%Y)/$(date +%m)/$(date +%d) && shx cp -f src/config.default.json ./config.example.json"
},
"repository": {
"type": "git",