Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfinke/dfinke
Use automation to increase bandwidth in order to address technical debt
https://github.com/dfinke/dfinke
Last synced: 13 days ago
JSON representation
Use automation to increase bandwidth in order to address technical debt
- Host: GitHub
- URL: https://github.com/dfinke/dfinke
- Owner: dfinke
- Created: 2021-01-31T23:50:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T04:03:02.000Z (7 months ago)
- Last Synced: 2024-04-14T01:06:30.472Z (7 months ago)
- Language: PowerShell
- Homepage:
- Size: 1.08 MB
- Stars: 18
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - dfinke/dfinke - Use automation to increase bandwidth in order to address technical debt (PowerShell)
README
> ## Use automation to increase bandwidth in order to address technical debt
The below is built using the [build-svg.ps1](https://github.com/dfinke/dfinke/blob/master/build-svg.ps1) PowerShell script, which runs daily at 4am via this [GitHub Action](https://github.com/dfinke/dfinke/blob/master/.github/workflows/readme.yml).
[![](./chat.svg)](https://twitter.com/dfinke)
![](https://github-readme-stats.vercel.app/api?username=dfinke&show_icons=true&theme=merko)
# My Popular PowerShell Modules
|PowerShell Gallery|Repo|Details
| :--- | --- | --- |
|[![PSGallery Downloads](https://img.shields.io/powershellgallery/dt/ImportExcel.png?style=plastic&logo=powershell&label=Downloads)](https://www.powershellgallery.com/packages/ImportExcel) [![PSGallery Version](https://img.shields.io/powershellgallery/v/ImportExcel.png?style=plastic&logo=powershell&label=Version)](https://www.powershellgallery.com/packages/ImportExcel)|[ImportExcel](https://github.com/dfinke/ImportExcel) |PowerShell module to import/export Excel spreadsheets, without Excel
|![PSGallery Downloads](https://img.shields.io/powershellgallery/dt/PSAdvantage.png?style=plastic&logo=powershell&label=Downloads) ![PSGallery Version](https://img.shields.io/powershellgallery/v/PSAdvantage.png?style=plastic&logo=powershell&label=Version)|[PSAdvantage](https://github.com/dfinke/PSAdvantage) |GitHub Actions at your Fingertips! ✨
|![PSGallery Downloads](https://img.shields.io/powershellgallery/dt/NameIT.png?style=plastic&logo=powershell&label=Downloads) ![PSGallery Version](https://img.shields.io/powershellgallery/v/NameIT.png?style=plastic&logo=powershell&label=Version)|[NameIT](https://github.com/dfinke/NameIT) |PowerShell module for randomly generating data
|![PSGallery Downloads](https://img.shields.io/powershellgallery/dt/PowerShellHumanizer.png?style=plastic&logo=powershell&label=Downloads) ![PSGallery Version](https://img.shields.io/powershellgallery/v/PowerShellHumanizer.png?style=plastic&logo=powershell&label=Version)|[PowerShellHumanizer](https://github.com/dfinke/PowerShellHumanizer) |PowerShell Humanizer meets all your PowerShell needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
# My Popular PowerShell Repos
|Repo|Details
| --- | --- |
|[PowerShell Interactive Notebook](https://github.com/dfinke/PowerShellNotebook)| A tool for parameterizing, executing, and analyzing .NET Interactive PowerShell Notebooks
|[Tiny PowerShell Projects](https://github.com/dfinke/Tiny-PowerShell-Projects) |Learning PowerShell through test-driven development of games and puzzles
|[PowerShell Microservice](https://github.com/dfinke/PowerShellMicroservice)|A PowerShell REST API running as a microservice in a Docker container.