kaboomer
v0.2.2
Published
A basic CLI tool to generate KaboomJS projects.
Downloads
6
Readme
Kaboomer
A basic CLI tool to generate KaboomJS projects.
Usage
Usage: kaboomer [options] [command]
A CLI to scaffold KaplayJS games.
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
add <type> <name> create a new scene/object/component
init [options] <dir> initialize a new project
help [command] display help for command
For more info you can add
--help
after a command to get a command specific help menu. (eg.:npx kaboomer init --help
)