A toolbox to accelerate common tasks involved in developing and sharing PowerShell code.
- Install from Powershell Gallery:
Install-Module PsCraft
- then .. Create, test, build, deploy 🚀.
⤷ Ex: You can create a script module in under 5 seconds!
demo.mp4
Its one comand!
$module = New-PsModule "CliHelper.Core"
(づ ᴗ _ᴗ)づ haleluːjə!
For more usage read the docs. they pretty easy!
[W.I.P]
-
Create & Manage modules:
PsCraft.ModuleManager.psm1
-
Add CodeSigning Functions:
PsCraft.CodeSigner.psm1
Cross-platform code signing.
Sign your modules and scripts with digital signatures for enhanced security and trust
And other todos not mentioned here. Use todo tree to find all of them.
This project is licensed under the MIT License - Read License for details.
You can also share ideas, and provide feedback.
Thank you.