Skip to content

Instantly share code, notes, and snippets.

@GuyHarwood
Last active May 9, 2019 19:20
Show Gist options
  • Save GuyHarwood/ec0cc2cccc365abbd6ec5008d9b5f37b to your computer and use it in GitHub Desktop.
Save GuyHarwood/ec0cc2cccc365abbd6ec5008d9b5f37b to your computer and use it in GitHub Desktop.
just a list of libraries that are useful to automatically install into new projects

CS

  • Install-Package netfx-Guard
  • Install-Package NSubstitute (or Moq)
  • Install-Package xUnit
  • Install-Package AutoFixture
  • Install-Package AutoMapper
  • Install-Package SimpleInjector
  • Install-Package FluentMigrator
  • Install-Package GitVersion
  • Install-Package log4net
  • Install-Package Polly
  • Install-Package TechDebtAttributes
  • Install-Package TopShelf

JS

  • npm install gulp --save-dev
  • npm install underscore
  • npm install yargs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment