decentraland / creator-hub

MIT License
0 stars 4 forks source link

feat: npx #12

Closed cazala closed 3 months ago

cazala commented 3 months ago

This PR adds an module to run scripts via npx, using electron's own embeded node (via UtilityProcess).

It then uses it to expose the main CLI commands (init, start and publish).

It also introduces an IPC interface to enforce types on both invokers and handlers.

Finally, it wires the createProject thunk to the Create Scene button, this is just to test the functionalty now.