diff options
| author | Thomas T. Jarløv <ThomasTJdev@users.noreply.github.com> | 2018-05-13 19:48:37 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-13 18:48:37 +0100 |
| commit | b89698e11f1e021b20872bf840b9a7d7a67d4d77 (patch) | |
| tree | c031e576c8ad3a2bf310e38768cc7b3b38be162b | |
| parent | b297ddb0bc45cb4571dff06cec282663d7151609 (diff) | |
| download | packages-b89698e11f1e021b20872bf840b9a7d7a67d4d77.tar.gz packages-b89698e11f1e021b20872bf840b9a7d7a67d4d77.zip | |
Add package websitecreator (#737)
* Add websitecreator - website management tool
* Added tag binary
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 6c34615..3687e9a 100644 --- a/packages.json +++ b/packages.json @@ -9317,5 +9317,19 @@ "description": "Wrapper for the Snappy-C compression library", "license": "MIT", "web": "https://github.com/data-man/nimsnappyc" + }, + { + "name": "websitecreator", + "url": "https://github.com/ThomasTJdev/nim_websitecreator", + "method": "git", + "tags": [ + "website", + "webpage", + "blog", + "binary" + ], + "description": "A website management tool. Run the file and access your webpage.", + "license": "GPLv3", + "web": "https://nimwc.org/" } ] |
