Add Nexus to packages.json (#2272)

This commit is contained in:
jfilby 2022-07-08 09:02:16 +02:00 committed by GitHub
parent d1a28fa58a
commit 77fb47192f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,17 @@
[
{
"name": "nexus",
"url": "https://github.com/jfilby/nexus",
"method": "git",
"tags": [
"web",
"framework",
"orm"
],
"description": "Nexus provides a high-level web framework for Nim, with batteries included.",
"license": "Apache-2.0",
"web": "https://github.com/jfilby/nexus"
},
{
"name": "rpgsheet",
"url": "https://git.skylarhill.me/skylar/rpgsheet",