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
- Host: GitHub
- URL: https://github.com/chadnpc/psmodulebase
- Owner: chadnpc
- License: wtfpl
- Created: 2025-03-13T09:51:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T16:29:47.000Z (over 1 year ago)
- Last Synced: 2025-03-13T17:38:07.370Z (over 1 year ago)
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/PsModuleBase/
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [PsModuleBase](https://www.powershellgallery.com/packages/PsModuleBase)
Provides basic Module structure and utility functions
[](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).