feat: support Fabric (#66)

* Initial scaffolding for Fabric.

* refactor: extract common ModStructure

* feat: add FabricModStructure

* refactor: add name field to VersionRepoStructure

* feat: FabricResolver

* feat: support Fabric

* docs: update README

* Small changes.

* Add additional note.

* Upgrade helios-distribution-types.

---------

Co-authored-by: Daniel Scalzi <d_scalzi@yahoo.com>
This commit is contained in:
jebibot
2023-12-04 07:37:14 +09:00
committed by GitHub
parent 8b528959bc
commit 76ab09a010
22 changed files with 564 additions and 181 deletions

View File

@@ -44,7 +44,7 @@
"dotenv": "^16.3.1",
"fs-extra": "^11.1.1",
"got": "^13.0.0",
"helios-distribution-types": "^1.2.0",
"helios-distribution-types": "^1.3.0",
"luxon": "^3.4.3",
"minimatch": "^9.0.3",
"node-stream-zip": "^1.15.0",