pscraft

A Toolbox to speed up common PowerShell development tasks.

https://github.com/chadnpc/pscraft

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.2%) to scientific vocabulary

Keywords

generator powershell-module psmodule
Last synced: 6 months ago · JSON representation ·

Repository

A Toolbox to speed up common PowerShell development tasks.

Basic Info
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Topics
generator powershell-module psmodule
Created over 2 years ago · Last pushed 11 months ago
Metadata Files
Readme License Citation

README.md

icon

PsCraft

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

Build Module 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/c627ae68-fb70-44e2-9362-efa198aa7a8a Its one comand! ```PowerShell $module = New-PsModule -Name testmodule123 -description "a test module" ``` ```PowerShell cd testmodule123 code . # do edits, ex: set your NUGET_API_KEY in .env then ./build.ps1 ``` Publish v0.1.0 ```PowerShell 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

Owner

  • Name: alain
  • Login: chadnpc
  • Kind: user

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: PsCraft
message: >-
  A Toolbox to speed up common PowerShell development
  tasks.
type: software
authors:
  - given-names: Alain
    family-names: Herve
    email: chadnpc@gmail.com
identifiers:
  - type: url
    value: 'https://alainqtec.dev/'
    description: Personal website
  - type: url
    value: 'https://x.com/chadnpc'
    description: twitter profile
repository-code: 'https://github.com/chadnpc/PsCraft'
url: 'https://powershellgallery.com/packages/PsCraft'
abstract: >-
  PsCraft Toolbox provides cmdlets to speed up common
  PowerShell development tasks.

  Features:
   - Module Creation.
   - Module Managemen
   - Secure Your Code
   - Build GUIs faster using PowerShell
keywords:
  - PsCraft
  - PowerShell
  - toolbox
license: MIT

GitHub Events

Total
  • Watch event: 1
  • Push event: 27
  • Commit comment event: 2
Last Year
  • Watch event: 1
  • Push event: 27
  • Commit comment event: 2

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 293
  • Total Committers: 2
  • Avg Commits per committer: 146.5
  • Development Distribution Score (DDS): 0.14
Past Year
  • Commits: 239
  • Committers: 2
  • Avg Commits per committer: 119.5
  • Development Distribution Score (DDS): 0.172
Top Committers
Name Email Commits
Alain Herve a****c@g****m 252
alain c****c@o****m 41

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/CI.yaml actions
  • actions/checkout v3 composite
.github/workflows/Publish.yaml actions
  • actions/checkout v3 composite
.github/workflows/Delete_old_workflow_runs.yaml actions
  • Mattraks/delete-workflow-runs v2 composite
.github/workflows/codereview.yaml actions