https://github.com/friends-of-monika/jumpstart
🚀 Toolkit for easier creation of Monika After Story development install
https://github.com/friends-of-monika/jumpstart
ddlc ddlc-mod mas monika-after-story posix-compliant posix-shell shell-script
Last synced: 21 days ago
JSON representation
🚀 Toolkit for easier creation of Monika After Story development install
- Host: GitHub
- URL: https://github.com/friends-of-monika/jumpstart
- Owner: Friends-of-Monika
- License: mit
- Archived: true
- Created: 2021-11-04T21:53:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-24T13:08:13.000Z (about 3 years ago)
- Last Synced: 2025-03-05T20:34:01.153Z (3 months ago)
- Topics: ddlc, ddlc-mod, mas, monika-after-story, posix-compliant, posix-shell, shell-script
- Language: Shell
- Homepage:
- Size: 46.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jumpstart
A convenient toolkit for rapidly setting up dev install for the
[Monika After Story](https://github.com/Monika-After-Story/MonikaModDev)
mod development.## Usage
### Getting started
Download `jumpstart.sh` script file and save it somewhere:```shell
$ curl -o jumpstart https://raw.githubusercontent.com/Friends-of-Monika/jumpstart/master/jumpstart.sh
```Optionally, you can add it to `/usr/bin` (or any other location that is on $PATH.)
In further examples, it is assumed that `jumpstart.sh` is saved as `jumpstart`
(no `.sh` extension) in current working directory.### Installing MAS
Jumpstart provides a fully automatic way to install MAS to DDLC with `install` command:```shell
$ ./jumpstart install
```By default, the script will download the most recent stable release.
If a Deluxe (spritepacks included) version is available within this release,
you'll be prompted if you'd like to install it instead of the default distribution.### Configuring dev install
With Jumpstart you can convert MAS install into dev install within just few Enter hits:```shell
$ ./jumpstart dev
```You'll be asked if you'd like to enable console, install expressions previewer or import
existing MAS persistent into dev install.