No matter the way you choose to use Initializr, the value is in the distribution of pre-packaged dependencies. The default dependencies included in Initializr are mostly Steeltoe focused.
Things like database connectors, a Spring Cloud Config Server client, a Consul service discovery client, and many others. But this is a community driven project, so it only makes sense to offer ways for the .NET community to contribute.
Creating private dependencies
Running Initializr in-house isn't just about limited network connections. The Steeltoe Initializr is meant to be extended.
While having the ability to generate Steeltoe projects automatically is super awesome, what if you could also add in your own dependencies?
What if your organization could offer a starting place for all developers, that (safely) includes your best practices and secret sauce?
Creating for public use on start.steeltoe.io
If you would like for your Initializr dependency to be a part of the publicly hosted service, please review the
guidelines.
Once you have everything in place,
open an enhancement issue in GitHub.