0.0.4 • Published 6 years ago
catlunch v0.0.4
catlunch
launch and update cli tool for all sorts of things
Usage
$ npm install -g catlunch
$ catlunch COMMAND
running command...
$ catlunch (-v|--version|version)
catlunch/0.0.4 win32-x64 node-v13.0.1
$ catlunch --help [COMMAND]
USAGE
  $ catlunch COMMAND
...Commands
- catlunch create-twitch REMOTE [PATH]
- catlunch hello [FILE]
- 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 hello [FILE]
describe the command here
USAGE
  $ catlunch hello [FILE]
OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print
EXAMPLE
  $ catlunch hello
  hello world from ./src/hello.ts!See code: src\commands\hello.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 CLISee 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/modpack1See 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/modpack1See 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/modpack1See code: src\commands\update.ts