Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lockファイル的なやつで環境のバージョンを固定する #3

Closed
shosatojp opened this issue Oct 7, 2021 · 0 comments · Fixed by #9
Closed

lockファイル的なやつで環境のバージョンを固定する #3

shosatojp opened this issue Oct 7, 2021 · 0 comments · Fixed by #9
Assignees
Milestone

Comments

@shosatojp
Copy link
Owner

shosatojp commented Oct 7, 2021

lockファイル的なやつ = npmのpackage-lock.json、rustのCargo.lock

用途

マルチ環境で一人がmodを選定したあと、他のメンバーに厳密に同じファイルをダウンロードしてもらう

lockファイル案

{
    "installed": [
        {
            "registry": "curseforge",
            "addonId": 1394,
            "fileId": 13049
        },
        {
            "registry": "curseforge",
            "addonId": 203948,
            "fileId": 2039458
        },
        {
            "registry": "curseforge",
            "addonId": 23945,
            "fileId": 34958
        }
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant