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

https://github.com/chadnpc/psmodulebase

Provides basic Module structure and utility functions
https://github.com/chadnpc/psmodulebase

Last synced: 10 months ago
JSON representation

Provides basic Module structure and utility functions

Awesome Lists containing this project

README

          

# [PsModuleBase](https://www.powershellgallery.com/packages/PsModuleBase)

Provides basic Module structure and utility functions

[![Downloads](https://img.shields.io/powershellgallery/dt/PsModuleBase.svg?style=flat&logo=powershell&color=blue)](https://www.powershellgallery.com/packages/PsModuleBase)

## Usage

```PowerShell
Install-Module PsModuleBase
```

then

```PowerShell
Import-Module PsModuleBase
# do stuff here.
```

## License

This project is licensed under the [WTFPL License](LICENSE).