[feat]: Creating a new plugin should automatically install modules and build #34
Labels
issue: enhancement
Issue suggesting an enhancement to an existing feature
severity: medium
If it breaks the basic use of the product but can be worked around
status: confirmed
Confirmed by a Strapi Team member or multiple community members
A clear and concise description of what the feature is
When creating a new project we should automatically use the system's package manager to install the node_modules for the plugin
If the project is a typescript project we should also automatically build the package
Why should this feature be included?
Save the user a step when creating a plugin in a project and get it ready to start developing ASAP
Please provide an example for how this would work
Same way we do it in the main Strapi package
The text was updated successfully, but these errors were encountered: