Skip to content

Instantly share code, notes, and snippets.

View mttchpmn's full-sized avatar
✌️

Matt Chapman mttchpmn

✌️
View GitHub Profile
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
#Import-Module PSColors
#Import-Module posh-git
Import-Module -Name Terminal-Icons
@mttchpmn
mttchpmn / dotnetlayout.md
Created January 19, 2021 18:25 — forked from davidfowl/dotnetlayout.md
.NET project structure
$/
  artifacts/
  build/
  docs/
  lib/
  packages/
  samples/
  src/
 tests/