A repository template for
PowerShell
script projects.
.
├── .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