Loading request...
Convert the repository into an npm module that can be installed and run as a script. This would allow users to easily add their branding data without forking the repository.
I see that at the moment a lot of people are forking this repo just to add their branding data. How about reworking this util into an npm module which people can install and run as script (branding data would be just an argument for the script)?. It'd work roughly like this: ```zsh # Install executable npm install -g responsive-html-email-signature # generate templates responsive-html-email-signature --config-dir ./foobar --output-dir ./baz ```