Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alainQtec/PsCraft
- Owner: alainQtec
- License: mit
- Created: 2023-11-21T15:37:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T07:55:14.000Z (about 1 month ago)
- Last Synced: 2024-11-30T08:26:12.850Z (about 1 month ago)
- Topics: generator, powershell-module, psmodule
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/PsCraft
- Size: 703 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- jimsghstars - alainQtec/PsCraft - A Toolbox to speed up common PowerShell development tasks. (PowerShell)
README
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")