1.0.17 • Published 4 years ago

@kheljs/cli v1.0.17

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Kheljs CLI

The CLI tool to generate a kheljs application which is a game development platform based on babylonjs. For documentation on kheljs platform visit the khlejs site.

Features:

  • A basic application which can be used as starting point of development.
  • webpack based development server for iterative development and easy debugging.
  • Support for typescript.
  • An execellant component based simple yet powerful architecture for games
  • Support for asset pack and asset store
  • Support for level and player inventory.
  • simple interaction engine

We sites:

For details on command line options for the CLI tool and kheljs platform visit:

docs.kheljs.com

For discussion on kheljs platform visit:

https://groups.google.com/g/kheljs

Installation

Install the CLI tool globally on your computer

npm install @kheljs/cli -g

Generate and run a kheljs application

To generate an application execute

kheljs generate project myGame

Change directory to the myGame folder and then execute

npm run serve

The default application is available on http://localhost:5050

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.11

4 years ago

1.0.12

4 years ago

1.0.9

4 years ago

1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago