diff options
author | Chia-liang Kao <clkao@clkao.org> | 2016-06-19 18:01:37 +0800 |
---|---|---|
committer | Chia-liang Kao <clkao@clkao.org> | 2016-06-19 18:01:37 +0800 |
commit | 4baadff03cb2cf34b1dbdadbfcbd8b2de359585e (patch) | |
tree | 4cc4710eb655f52b0478dcd8c8b62f7f048caea6 | |
parent | 013a6e58516156101dc90d87b88ea6c092096c64 (diff) | |
download | dat-docs-4baadff03cb2cf34b1dbdadbfcbd8b2de359585e.tar.gz dat-docs-4baadff03cb2cf34b1dbdadbfcbd8b2de359585e.zip |
script to grab list of repos for ecosystem-docs
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
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": { |