You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the node artisan install command. This command would install a package and verify if the package has a configurer, if it has, node artisan configure will automatically run after installing the package.
Motivation
People might forget about running node artisan configure after installing an Athenna component.
Example
No response
The text was updated successfully, but these errors were encountered:
🚀 Feature Proposal
Add the
node artisan install
command. This command would install a package and verify if the package has aconfigurer
, if it has,node artisan configure
will automatically run after installing the package.Motivation
People might forget about running
node artisan configure
after installing an Athenna component.Example
No response
The text was updated successfully, but these errors were encountered: