BahKoo / ChocolateStore

Cache chocolatey packages to efficiently provision multiple machines or VMs on a LAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New implementation

robertZaufall opened this issue · comments

commented

Hi BahKoo!

I created a new application based on your idea.
https://github.com/robertZaufall/ChocolateStoreCore

Please let me know, what you think about it.
Kind regards

commented

Hi Rob,

I'm happy ChocolateStore was an inspiration for your project! As you can probably tell, I have not been active in maintaining ChocolateStore so I'm glad to see a new take on this idea.

I haven't yet tried your implementation but I had a look around your code. It looks like you've improved the features and code style in many ways:

  • more configuration options using a appsettings.json file
  • clean design using dependency injection
  • good use of 3rd party packages: CommandLineParser, Polly, Serilog
  • unit tests

I'm be happy to recommend people try your solution when they're looking for a way to cache their chocolatey packages locally.