2.6.0 • Published 11 months ago

create-kaboom v2.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

create-kaboom

a script to help you start a kaboom project in no time

USAGE

  $ create-kaboom [OPTIONS] <dir>

    or

  $ npm init kaboom -- [OPTIONS] <dir>

OPTIONS

  -h, --help             Print this message
  -t, --typescript       Use TypeScript
  -d, --desktop          Enable packaging for desktop release (uses tauri and requires rust to be installed)
  -e, --example <name>   Start from a example listed on kaboomjs.com/play
      --spaces <level>   Use spaces instead of tabs for generated files
  -v, --version <label>  Use a specific kaboom version (default latest)

EXAMPLE

  # quick start with default config
  $ npm init kaboom mygame

  # need to put all args after -- if using with npm init
  $ npm init kaboom -- --typescript --example burp mygame

  # if installed locally you don't need to use -- when passing options
  $ create-kaboom -t -s -d burp mygame
2.6.0

11 months ago

2.5.0

1 year ago

2.3.0

2 years ago

2.1.2

2 years ago

2.2.0

2 years ago

2.1.1

2 years ago

2.4.1

2 years ago

2.3.2

2 years ago

2.1.4

2 years ago

2.4.0

2 years ago

2.3.1

2 years ago

2.1.3

2 years ago

2.3.3

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago