Provide hosted version of generator
Expose a http server, which takes json input and generate reposeed files with the templates. Bundle the generated files and return them.
Logo given as base64 encoded field in json or link instead of just on the filesystem?
Should it be a command on reposeed itself or a different project that uses reposeed? A different project makes the process a little harder but implementing an HTTP server on the reposeed itself makes the project a little complex.
We could start with it being a separate cmd package within the reposeed repo or create a separate repo. I don't really have a set idea on that. Might be better long term to start with a separate repo as usually people wouldn't run the hosted version, but just interact with it.
Should it return generated files content in JSON? I can't think of another option. What do you think @stp-ip ?
The first thought was take config as json/yaml/toml (with yaml from the start) and then give back all files as
github.com/okkur/reposeed-server is done. Deployment still needs to happen while the frontend is being done.