Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alainQtec/PsCraft

A Toolbox to speed up common PowerShell development tasks.
https://github.com/alainQtec/PsCraft

generator powershell-module psmodule

Last synced: about 1 month ago
JSON representation

A Toolbox to speed up common PowerShell development tasks.

Awesome Lists containing this project

README

        

icon


PsCraft


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


Build on Windows


Build on MacOS


Build on Linux


PowerShell Gallery


Usage


  • Install from Powershell Gallery:

    ```PowerShell
    Install-Module PsCraft
    ```


  • Create, test, build and deploy ๐Ÿš€ a module really fast.

    โคท Ex: You can create a script module in under 5 seconds!

    https://github.com/user-attachments/assets/2a8c8688-2483-4a44-8801-37fde5016306

    Its one comand!

    ```PowerShell
    $module = New-PsModule "CliHelper.Core"
    ```


For more usage read the [docs](/docs/Readme.md). they pretty easy!

**[_W.I.P_]**

- [ ] 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.

## License

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

[You can also share ideas, and provide feedback](https://github.com/alainQtec/PsCraft/discussions/2).

Thank you.

![Alt](https://repobeats.axiom.co/api/embed/9cbc0ffce6f62ace082852045cd005b5ad61cebd.svg "Repobeats analytics image")