excaliburjs / Excalibur

🎮 Your friendly TypeScript 2D game engine for the web 🗡️
https://excaliburjs.com
BSD 2-Clause "Simplified" License
1.81k stars 188 forks source link

Create an excalibur CLI #854

Closed kamranayub closed 6 months ago

kamranayub commented 7 years ago

Context

It's no surprise most modern frameworks today distribute a CLI (Angular, Ember, React), JS development is hard to bootstrap and many frameworks have enough customizations to warrant easy-to-use commands. This would be especially helpful to help people build their games faster, which fits with our vision and goals.

Proposal

Post-1.0, we should consider creating an excalibur CLI that could:

eonarheim commented 6 years ago

From our discussion earlier, possible commands

ex init mygame
ex add tiled
ex add actor
ex add scene
ex run
ex debug
ex publish
github-actions[bot] commented 3 years ago

This issue hasn't had any recent activity lately and is being marked as stale automatically.

eonarheim commented 6 months ago

We have this now! Check out https://github.com/excaliburjs/create-excalibur