This package has been deprecated

Author message:

bye

catlunch
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

catlunch

launch and update cli tool for all sorts of things

oclif Version Downloads/week License

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]

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 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

Readme

Keywords

Package Sidebar

Install

npm i catlunch

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

9.28 kB

Total Files

6

Last publish

Collaborators

  • npm
  • sum-catnip