Iron-Stag-Games / Lync

Lync is a file sync tool for Roblox.
GNU Lesser General Public License v2.1
27 stars 3 forks source link

Implement a package management key for project JSON #60

Closed hoontee closed 1 year ago

hoontee commented 1 year ago

(Similar to - but separate from - automatic downloads)

"ServerStorage": {
    "MyPackage": { "$path": { "package": "Iron-Stag-Games/MyPackage@0.0.0" } }
}

Packages will automatically download themselves if not found in the repository when running SERVE, OPEN, or BUILD.

Additionally, private repositories must be supported.