Skip to content

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

About

A Basic PowerShell repository and script template.

Topics

Resources

License

Stars

Watchers

Forks