Skip to content

A set of tools to help you focus on what matters most by taking care of the repetitive work.

License

Notifications You must be signed in to change notification settings

KeSuave/katools

Repository files navigation

katools

A set of tools to help you focus on what matters most by taking care of the repetitive work.

oclif Version Downloads/week

Usage

$ npm install -g katools
$ katools COMMAND
running command...
$ katools (--version)
katools/0.6.1 linux-x64 node-v20.18.1
$ katools --help [COMMAND]
USAGE
  $ katools COMMAND
...

Commands

katools component NAME

Adds a new component to the project

USAGE
  $ katools component NAME

ARGUMENTS
  NAME  name of component

DESCRIPTION
  Adds a new component to the project

EXAMPLES
  $ katools component movement

See code: src/commands/component.ts

katools entity NAME

Adds a new entity to project

USAGE
  $ katools entity NAME

ARGUMENTS
  NAME  name of entity

DESCRIPTION
  Adds a new entity to project

EXAMPLES
  $ katools entity player

See code: src/commands/entity.ts

katools help [COMMAND]

Display help for katools.

USAGE
  $ katools help [COMMAND...] [-n]

ARGUMENTS
  COMMAND...  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for katools.

See code: @oclif/plugin-help

katools init

Initializes a new KAPLAY project.

USAGE
  $ katools init [-n <value>] [-s]

FLAGS
  -n, --name=<value>  [default: katools] name of your game.
  -s, --skip          skip prompts and use default values.

DESCRIPTION
  Initializes a new KAPLAY project.

EXAMPLES
  $ katools init

See code: src/commands/init.ts

katools plugin NAME

adds a new plugin to the project

USAGE
  $ katools plugin NAME

ARGUMENTS
  NAME  name of plugin

DESCRIPTION
  adds a new plugin to the project

EXAMPLES
  $ katools plugin score

See code: src/commands/plugin.ts

katools scene NAME

adds a scene to the project

USAGE
  $ katools scene NAME

ARGUMENTS
  NAME  name of scene

DESCRIPTION
  adds a scene to the project

EXAMPLES
  $ katools scene game

See code: src/commands/scene.ts

About

A set of tools to help you focus on what matters most by taking care of the repetitive work.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published