KO
|
EN
gitlite — search
Search
#javascript
#react
#machine-learning
#android
#hacktoberfest
#python
#python3
#redux
#typescript
#flutter
#cli
#cpp
DreamAssemblerXXL
★ 67
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
yfexam
:
考试系统是一款基于JAVA开发的,使用SpringBoot+Vue开发的一款多角色在线培训考试系统平台,系统集成了用户管理、角色管理、部门管理、题库管理、试题管理、试题导入导出、考试管理、在线考试、错题训练等功能,考试流程完善。
gitopolis
:
Manage multiple git repositories - CLI tool - run commands, clone, and organize repos with tags
Udacity-SQL-Notes
:
Some notes on Udacity's SQL course
daily-react
:
React hooks and components to get started with Daily
purescript-jelly
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
DreamAssemblerXXL
?
Download (.md)
# DreamAssemblerXXL A replacement for DreamMasterXXL, minus the nerfs. * [gtnh-mods.json](gtnh-assets.json): All Mods that are part of the modpack, including license, versions, etc * [releases](releases): Manifests for each officially released modpack version * [repo-blacklist.json](repo-blacklist.json): GitHub repositories that are not part of the pack ### CLI - CLI Tools * [assemble_daily.py](src/daxxl/cli/assemble_daily.py): Assemble a new daily build (needs the manifest to exist prior to run this) * [assemble_experimental.py](src/daxxl/cli/assemble_experimental.py): Assemble a new experimental build (needs the manifest to exist prior to run this) * [assemble_release.py](src/daxxl/cli/assemble_release.py): Assemble a release ZIP (CLIENT/SERVER) * [download_mod.py](src/daxxl/cli/download_mod.py): Download the given mod to the cache * [download_release.py](src/daxxl/cli/download_release.py): Download an entire release to the cache * [generate_daily.py](src/daxxl/cli/generate_daily.py): Generate a manifest for a daily release based on the latest non-pre version for all mods and config * [generate_experimental.py](src/daxxl/cli/generate_experimental.py): Generate a manifest for a experimental release based on the latest version for all mods and config * [update_check.py](src/daxxl/cli/update_check.py): Check for new releases on GitHub ### Assembler - Modpack Assemble! * [downloader.py](src/daxxl/assembler/downloader.py): Download and cache the pack's mods * [zip_assembler.py](src/daxxl/assembler/platforms/zip_assembler.py) Assemble the client and server pack (ZIP) * [prism.py](src/daxxl/assembler/platforms/prism.py) Assemble the pack for Prism Launcher * [technic.py](src/daxxl/assembler/platforms/technic.py) Assemble the pack for Technic * [curse.py](src/daxxl/assembler/platforms/curse.py) Maybe, at some point, assemble the pack for Curse * [modrinth.py](src/daxxl/assembler/platforms/modrinth.py) Hopefully in the near future assemble the pack for Modrinth ### GUI * [gui.py](src/daxxl/gui/gui.py) GUI Frontend to the DreamAssemblerXXL # Note to contributors Code PRs should always be done against the master branch. # Github Personal Access Token A personal access token is required to hit the github API without getting rate limited, and to be able to view any private repositories. Create a github personal access token with the following permissions, and paste it into `~/.github_personal_token` on linux or `C:\users\<you>\.github_personal_token` on Windows, with a newline at the end.  