novatrixtech / mercurius

Mercurius gives you speed when create 'Go' applications. It lets you being focused at business.
Apache License 2.0
144 stars 27 forks source link

Avoid use a certain template if the user doesn't need a specific module #56

Open ARR552 opened 3 years ago

ARR552 commented 3 years ago

Avoid use a certain template if the user doesn't need a specific module. For instance, if a user doesn't want to use mongodb in his project, there should be an option to disable it and not use the template. Now, what it happens is that the template is showed anyway. Then, the user has to remove the part of the code that uses mongodb and the mongo db files.