Skip to content

alainQtec/PsCraft

Repository files navigation

icon

PsCraft

A toolbox to accelerate common tasks involved in developing and sharing PowerShell code.

CI Publish to PowerShell Gallery PowerShell Gallery

Usage

  • Install from Powershell Gallery:

    Install-Module PsCraft
  • then .. Create, test, build, deploy 🚀.

    ⤷ Ex: You can create a script module in unders 5 seconds!

    terminal_rec.mp4
    Its only one comand:

    $module = New-PsModule "CliHelper.Core"

    (づ ᴗ _ᴗ)づ haleluːjə!

For more usage read the docs. they pretty easy!

Features (W.I.P) :

  • Create & Manage modules: Using PsCraft.ModuleManager

  • Add CodeSigning Functions: PsCraft.CodeSigner.psm1

    Cross-platform code signing.

    Sign your modules and scripts with digital signatures for enhanced security and trust

  • Build GUIs faster: PsCraft.GuiBuilder.psm1

    A module to create intuitive graphical interfaces for your modules.

And other todos not mentioned here. Use todo tree to find all of them.

License

This project is licensed under the MIT License - Read License for details.

Contributing

Pull requests are welcome! You can also contribute to this module by sharing opinions, and providing feedback.

Alt

About

A Toolbox to speed up common PowerShell development tasks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published