@kheljs/cli

1.0.17 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @kheljs/cli

Weekly Downloads

0

Version

1.0.17

License

MIT

Unpacked Size

83 MB

Total Files

57

Last publish

Collaborators

  • idutta2007