https://github.com/kalevski/airconsole-cli
đšī¸ CLI tools for AirConsole game development
https://github.com/kalevski/airconsole-cli
airconsole cli html5-game phaser
Last synced: about 2 months ago
JSON representation
đšī¸ CLI tools for AirConsole game development
- Host: GitHub
- URL: https://github.com/kalevski/airconsole-cli
- Owner: kalevski
- License: mit
- Created: 2022-02-25T08:51:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T14:16:28.000Z (over 2 years ago)
- Last Synced: 2025-02-21T04:04:18.827Z (2 months ago)
- Topics: airconsole, cli, html5-game, phaser
- Language: JavaScript
- Homepage:
- Size: 245 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AirConsole CLI
CLI tools for AirConsole game development using web technologies.
[](https://github.com/kalevski/airconsole-cli/blob/main/LICENSE)
[](https://www.npmjs.com/package/airconsole-cli)## đ Getting started
```
npx airconsole-cli init my-airconsole-game
cd my-airconsole-game
npm install
npm start
```## đ§ Roadmap
- [x] CLI command for creating a project
- [x] CLI command for running the project
- [x] CLI command for building the project
- [ ] CLI command for creating zip build
- [x] Phaser support
- [ ] Pixi.js support