diff options
| author | Kobi <kobi2187@gmail.com> | 2018-11-05 22:37:06 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-11-05 20:37:06 +0000 |
| commit | 29c3804ea3278d8832e23e21326ad29545f142a2 (patch) | |
| tree | 5e51ceb73dc4ce195718433d44cfe89309e101b5 | |
| parent | fcdd63547ce7729bee705afe37c53469a7f4e766 (diff) | |
| download | packages-29c3804ea3278d8832e23e21326ad29545f142a2.tar.gz packages-29c3804ea3278d8832e23e21326ad29545f142a2.zip | |
Add package vmvc (#911)
* Added package vmvc
* added url and web for vmvc
* a more fitting description
* Update packages.json
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 0405e37..f85f863 100644 --- a/packages.json +++ b/packages.json @@ -11274,6 +11274,18 @@ "web": "https://github.com/ThomasTJdev/nim_sermon" }, { + "name": "vmvc", + "url": "https://github.com/kobi2187/vmvc", + "method": "git", + "tags": [ + "vmvc", + "dci" + ], + "description": "a skeleton/structure for a variation on the mvc pattern, similar to dci. For command line and gui programs. it's a middle ground between rapid application development and handling software complexity.", + "license": "MIT", + "web": "https://github.com/kobi2187/vmvc" + }, + { "name": "arksys", "url": "https://github.com/wolfadex/arksys", "method": "git", |
