User Template Updates? #59
harperjohn
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I notice that the template comes with Serilog and two sinks (console and file).
I typically like to use SQLite as a sink.
Of course, I can add this easily enough... but it is one of those things that I would like to have "done for me"
So this made me wonder, how best to do this...
We could add it to the template... I like having the one template... but I also don't want a "bloated" template... hmmmm
It might be nice for the "user" to be able to create template variants that can be accessed in the command line... but that might lead to a growing/confusing number of "slightly varied" templates....
And then I wondered if it could be another "command"... like "spark make component" ---- for example "spark add SerilogSink Sqlite"....
Could this command be "added" to the command list "on the fly" by using something similar to "extension functions"? (that is... if the was just to specific/isolated to add to the released CLI.
Beta Was this translation helpful? Give feedback.
All reactions