https://github.com/chadnpc/clihelper.core

A collections of essential PowerShell functions to improve devx

https://github.com/chadnpc/clihelper.core

Science Score: 26.0%

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

  • 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 (9.4%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

A collections of essential PowerShell functions to improve devx

Basic Info
Statistics
  • Stars: 2
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

icon

cliHelper.core

A collections of essential PowerShell functions that stonks up your terminal game


Build on Windows Build on MacOS Build on Linux PowerShell Gallery

Usage

PowerShell Install-Module cliHelper.core

then

```PowerShell Import-Module cliHelper.core

$art = Create-CliArt "https://pastebin.com/raw/p29UR385" -Taglines "Build. Ship. Repeat."; $art.Replace("x.y.z", "0.3.0"); $art.Write(15, $false, $true)

$RequestParams = @{ Uri = 'https://jsonplaceholder.typicode.com/todos/1' Method = 'GET' } $result = [ProgressUtil]::WaitJob("Making a request", { Param($rp) Start-Sleep -Seconds 2; Invoke-RestMethod @rp }, $RequestParams) | Receive-Job echo $result ```

license

This project is licensed under the WTFPL License.

thank you!

👍 ✨ Special thanks goes to:
- @fleschutz for the mega collection of scripts!
- @franklesniak for lots of inspiring ideas!
- @StartAutomating for publishing modules like wtx and ugit.

Owner

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

GitHub Events

Total
  • Push event: 23
Last Year
  • Push event: 23

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 162
  • Total Committers: 2
  • Avg Commits per committer: 81.0
  • Development Distribution Score (DDS): 0.284
Past Year
  • Commits: 162
  • Committers: 2
  • Avg Commits per committer: 81.0
  • Development Distribution Score (DDS): 0.284
Top Committers
Name Email Commits
Alain Herve a****c@g****m 116
alainQtec a****c@g****m 46

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total 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
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/Codereview.yaml actions
  • anc95/ChatGPT-CodeReview v1.0.12 composite
.github/workflows/Publish.yaml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
.github/workflows/Build_on_Linux.yaml actions
  • actions/checkout v3 composite
.github/workflows/Build_on_Mac.yaml actions
  • actions/checkout v3 composite
.github/workflows/Build_on_windows.yaml actions
  • actions/checkout v3 composite
.github/workflows/Delete_Old_workflow_runs.yaml actions
  • Mattraks/delete-workflow-runs v2 composite
.github/workflows/publish-docs.yml actions
  • actions/checkout v4 composite
  • cloudflare/wrangler-action v3 composite