@kheljs/cli
v1.0.17
Published
A CLI to create khel framework application
Downloads
3
Readme
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:
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