From 4baadff03cb2cf34b1dbdadbfcbd8b2de359585e Mon Sep 17 00:00:00 2001 From: Chia-liang Kao Date: Sun, 19 Jun 2016 18:01:37 +0800 Subject: script to grab list of repos for ecosystem-docs --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index beb8c10..ffa1038 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Documentation for Dat and the surrounding ecosystem.", "main": "index.js", "scripts": { + "update": "curl -Ssl https://raw.githubusercontent.com/clkao/awesome-dat/master/readme.md | grep '📔' | egrep -o 'github.com/[a-zA-Z0-9_-]+/[a-zA-Z0-9_-]+' | cut -f 2- -d / | uniq > repos.txt", "paper": "pandoc --variable author=\"Maxwell Ogden, Karissa McKelvey, Mathias Buus\" --variable title=\"Dat - Distributed Dataset Synchronization And Versioning\" --variable date=\"Version 1.0.0, May 2016\" --variable classoption=twocolumn --variable papersize=a4paper -s dat-paper.md -o dat-paper.pdf" }, "repository": { -- cgit v1.2.3