diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-09 16:06:01 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-09 16:06:01 -0600 |
| commit | 91477a1c8bd44f17752a1c23cecd8670b30eac25 (patch) | |
| tree | 852af8360285ddd4138588311ea42dbfe3ef51a5 | |
| parent | 327dd100ff47a0174af03ce9c47469b9be435b66 (diff) | |
| parent | d1b628d9f65ab76bd097f1b897d9f5850410ea23 (diff) | |
| download | packages-91477a1c8bd44f17752a1c23cecd8670b30eac25.tar.gz packages-91477a1c8bd44f17752a1c23cecd8670b30eac25.zip | |
Add snip
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 2189689..36b9e41 100644 --- a/packages.json +++ b/packages.json @@ -8579,5 +8579,19 @@ "description": "OpenSSL wrapper for Nim", "license": "MIT", "web": "https://github.com/genotrance/nimssl" + }, + { + "name": "snip", + "url": "https://github.com/genotrance/snip", + "method": "git", + "tags": [ + "console", + "editor", + "text", + "cli" + ], + "description": "Text editor to speed up testing code snippets", + "license": "MIT", + "web": "https://github.com/genotrance/snip" } ] |
