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
In our boilerplate, add support for generating modules, something like:
<command> generate <module-name>
And all the controllers, services, database etc that should come with a module gets auto populated and linked together.
Can use PLOP - https://www.npmjs.com/package/plop
The text was updated successfully, but these errors were encountered:
In our boilerplate, add support for generating modules, something like:
<command> generate <module-name>
And all the controllers, services, database etc that should come with a module gets auto populated and linked together.
Can use PLOP - https://www.npmjs.com/package/plop
The text was updated successfully, but these errors were encountered: