cli icon indicating copy to clipboard operation
cli copied to clipboard

support scaffold step on installing modules

Open danielroe opened this issue 1 year ago • 2 comments

this could be integrated with defineNuxtModule from nuxt/kit - modules could expose a step that allows scaffolding or running a small interactive CLI to set themselves up. For example, creating a config file, etc.

danielroe avatar Feb 14 '24 10:02 danielroe

(self-assigned because it is already part of my todo. i guess we might need to think of an alternative meta exposed by modules btw for module initial scaffolding requirements)

pi0 avatar Feb 14 '24 10:02 pi0

We also need a way to know if the module was already installed and done without the CLI to make sure we can run those scripts / recipes.

atinux avatar Feb 14 '24 14:02 atinux