Skip to content

Creating a standalone plugin with Generator #33

Answered by AugustMiller
joshuapease asked this question in Ideas
Discussion options

You must be logged in to vote

Currently, no. Generator is intended to be used inside a Craft application, as a good deal of its functionality is aware of the installation itself—just like a plugin! If you take a look at some of the generators, you’ll notice that it dynamically prompts for, discovers, validates, and includes a number of component names and classes. This tight coupling means Generator's output can be extremely accurate and consistent… and provide immediate feedback when something is misconfigured.

Plugins and modules ought to be designed and developed inside a Craft application… and even if they could be scaffolded independently, there is very little progress that can be made without propping up a devel…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@joshuapease
Comment options

@brandonkelly
Comment options

@joshuapease
Comment options

@brandonkelly
Comment options

@joshuapease
Comment options

Answer selected by brandonkelly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
3 participants