How to add html in Phoenix project started with --no-html flag?

Is there any mix task or a smart way with which we can add autogenerated HTML templates in the current project without much hassle?

Or should I go with manually creating/adding everything?

I would create my own mix task to do that. That’s extremely easy, check Mix.Task.

1 Like

So I guess I will just spin up my own mix task to create all html related files and folder. I just wanted to stand on the shoulders of giants who made the phoenix framework XDXD

1 Like