Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chadnpc/PsCraft

Repository files navigation

PsCraft

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

Build Module PowerShell Gallery

Usage

  • Install from Powershell Gallery:
    Install-Module PsCraft
  • Create, test, build and deploy πŸš€ a module really fast.

    β€· Ex: You can create a script module in under 5 seconds!

    example.webm

    Its one comand!

    $module = New-PsModule -Name testmodule123 -description "a test module"
    cd testmodule123
    code .
    # do edits, ex: set your NUGET_API_KEY in .env then
    ./build.ps1

    Publish v0.1.0

    Publish-Module -Path ./BuildOutput/testmodule123/0.1.0/ -NuGetApiKey $env:NUGET_API_KEY -Verbose

For more usage read the docs. they pretty easy!

[W.I.P]

  • Cleaning up repository structure
  • Bug fixes and optimizations
  • Adding free ai (no api key will be required)

Use todo tree to find all of them.

License

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

+idea? -or +feedback?.

Thank you.

Alt

About

A Toolbox to speed up common PowerShell development tasks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /