nimblehq / elixir-templates

Our optimized Elixir templates used in our projects
https://nimblehq.co
MIT License
86 stars 6 forks source link

Apply specific addon instead of the whole template #41

Open andyduong1920 opened 4 years ago

andyduong1920 commented 4 years ago

Currently, the template doesn't support to apply only specific addon yet, someone might use the template to add a few add-ons instead of the whole template.

For example:

mix nimble.phx.gen.template addon=credo # applying only credo addon to an existing project
mix nimble.phx.gen.template addon=wallaby # applying only wallaby addon to an existing project
andyduong1920 commented 2 years ago

As the existing project's structure might differ from the original project, so it will be challenging to apply the addon to that. We can implement this one by 2 phrases