dparis / phzr

A ClojureScript wrapper for the Phaser HTML5 game framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM package?

mnemitz opened this issue · comments

First off let me just say I love this project and I'm thrilled to be trying it out!

One thing that I think would be cool would be to be able to use this library within Lumo (the NodeJS-backed Clojurescript environment). I think having an npm package for this library would make it even more accessible to developers used to the node ecosystem.

The package could ship directly to npm with just the src/**.cljs files, and with this, any Lumo user should be able to use it without needing the JAR in ~/.m2 and all that. Details on how that works can be found here.

While it is possible to use JAR dependencies within Lumo, the npm way feels more integrated, and I think it will open up the project a lot.

If @dparis doesn't object, I can open a PR sometime soon to explore the idea.