Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 472 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 472 Bytes

PowerShell Project Folder Structure

  /

      docs/

      modules/

      samples/

      src/

      tests/

      README.md

docs - Any documentation related to the project or help files.

modules - Nuget packages.

samples - Optional folder with sample projects.

src - The projects related to the product.

tests - Test projects.