0.0.4 • Published 6 years ago
lunchcat v0.0.4
catlunch
a cli based minecraft modpack launcher
Usage
$ npm install -g lunchcat
$ catlunch COMMAND
running command...
$ catlunch (-v|--version|version)
lunchcat/0.0.4 win32-x64 node-v13.0.1
$ catlunch --help [COMMAND]
USAGE
$ catlunch COMMAND
...
Commands
catlunch create-twitch REMOTE [PATH]
catlunch help [COMMAND]
catlunch install URI [PATH]
catlunch lunch [PATH]
catlunch update [PATH]
catlunch create-twitch REMOTE [PATH]
creates or updates a catlunch modpack from a twitch modpack folder.
USAGE
$ catlunch create-twitch REMOTE [PATH]
ARGUMENTS
REMOTE remote base uri for things not hosted on twitch (configs n shit)
PATH [default: .] path to twitch modpack
OPTIONS
-h, --help show CLI help
DESCRIPTION
A .gitignore file in the modpack directory will be respected
EXAMPLE
$ catlunch create-twitch https://raw.githubusercontent.com/sum-catnip/modpack/master/
See code: src\commands\create-twitch.ts
catlunch help [COMMAND]
display help for catlunch
USAGE
$ catlunch help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
catlunch install URI [PATH]
installs a modpack from an uri
USAGE
$ catlunch install URI [PATH]
OPTIONS
-h, --help show CLI help
EXAMPLE
$ catlunch install
$ catlunch install /opt/modpack1
See code: src\commands\install.ts
catlunch lunch [PATH]
launches the modpack
USAGE
$ catlunch lunch [PATH]
OPTIONS
-h, --help show CLI help
-v, --verbose print game output
EXAMPLE
$ catlunch lunch
$ catlunch lunch /opt/modpack1
See code: src\commands\lunch.ts
catlunch update [PATH]
updates the modpack
USAGE
$ catlunch update [PATH]
OPTIONS
-h, --help show CLI help
EXAMPLE
$ catlunch update
$ catlunch update /opt/modpack1
See code: src\commands\update.ts