Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/patevs/powershell-template

A Basic PowerShell repository and script template.
https://github.com/patevs/powershell-template

powershell template

Last synced: 3 months ago
JSON representation

A Basic PowerShell repository and script template.

Awesome Lists containing this project

README

        

# PowerShell Template

> A repository template for `PowerShell` script projects.

---

## Project Structure

```md
.
├── .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
```

---