ZengineHQ / mayan

Next-generation maya written in NodeJS
3 stars 9 forks source link

Init Command #1

Open AParks opened 6 years ago

AParks commented 6 years ago

As a plugin developer, I want a single command that does all the initial legwork required when developing a brand new plugin from scratch.

Uses the plugin generator to generator some scaffolding code. Creates a git repo for the plugin, makes the first commit (as Mayan author) Runs the register command (which creates the zengine plugin + service, and populates the ids in the maya.json file)

tehpsalmist commented 6 years ago

I don't know much about how the yeoman generator works, but is that an API we could reach out to to generate the initial code, or is this a scenario where we're better off rewriting the whole process?

tehpsalmist commented 4 years ago

I'm losing track of what the difference is between this and the register command. I guess one is scaffolding code and the other is creating resources in the API? Either way, does anyone think we'll ever actually do this?