Skip to content
/ powershell-template Public template
generated from patevs/repo-template

A Basic PowerShell repository and script template.

License

Notifications You must be signed in to change notification settings

patevs/powershell-template

Repository files navigation

PowerShell Template

A repository template for PowerShell script projects.


Project Structure

.
├── .husky              # Husky configuration
├── .commitlintrc       # Commitlint configuration
├── .editorconfig       # Editor configuration
├── .gitignore          # Git ignore rules
├── .np-config.json     # NPM publish (np) configuration
├── LICENSE             # Project LICENSE
├── package.json        # NPM package configuration
├── README.md           # Project README
└── template.ps1        # PowerShell template script