sakesun / Snoverism

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snoverism

The Snoverism PowerShell module is a tribute to the PowerShell inventor, Jeffery Snover.

The module collects varies quotes, which can be accessed with Get-Snoverism function.

The quotes collected in this module are from various and some indirect sources so may not be 100% accurate:

Install & Usage

  • Clone the Snoverism repo
  • Import the module withImport-Module
  • Run Get-Snoverism
> Get-Snoverism
As information expands, expertise narrows. As paradigms shift, expertise expires. Therefore, IT Pros need to be generalists and exhibit a growth mindset.

Appendix

The data JSON structure:

{
  "Version": "Semantic version string. E.g: 0.1.0",
  "Description": "String of description. E.g.: Snoverism data file.",
  "Quotes": [
    {
      "Source": "String of the source of the quote.",
      "Quote": "String of the quote."
    }
  ]
}

About

License:MIT License


Languages

Language:PowerShell 100.0%