diff options
| author | Fabio Cevasco <h3rald@h3rald.com> | 2014-07-27 14:37:28 +0200 |
|---|---|---|
| committer | Fabio Cevasco <h3rald@h3rald.com> | 2014-07-27 14:37:28 +0200 |
| commit | 4f31714bf9813226a8cb0ec55ecba54038069fb0 (patch) | |
| tree | 01e6b53a3ff811222d93b448bb0979f147676799 | |
| parent | 6f0320f155a261ca1073ee7f7cbdd0f95856dcbd (diff) | |
| download | packages-4f31714bf9813226a8cb0ec55ecba54038069fb0.tar.gz packages-4f31714bf9813226a8cb0ec55ecba54038069fb0.zip | |
Added HastyScribe package
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d34981e..27ed5c2 100644 --- a/packages.json +++ b/packages.json @@ -813,5 +813,14 @@ "description": "Functional operations for iterators and slices, similar to sequtils", "license": "MIT", "web": "https://github.com/def-/iterutils" + }, + { + "name": "hastyscribe", + "url": "git://github.com/h3rald/hastyscribe", + "method": "git", + "tags": ["markdown", "html", "publishing"], + "description": "Self-contained markdown compiler generating self-contained HTML documents", + "license": "MIT", + "web": "https://h3rald.com/hastyscribe" } ] |
