{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "psm1",
  "home_page_url": "https://evotec.xyz/es/tags/psm1",
  "feed_url": "https://evotec.xyz/es/tags/psm1/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/es/blog/powershell-single-psm1-file-versus-multi-file-modules",
      "url": "https://evotec.xyz/es/blog/powershell-single-psm1-file-versus-multi-file-modules",
      "title": "PowerShell \u2013 Single PSM1 file versus multi-file modules",
      "summary": "I\u2019ve been working with PowerShell Modules for a while now, and most of my knowledge about them came from Warren F (psCookieMonster) blog about Building a PowerShell Module. It is a handy piece of information and recommended read for anyone starting up writing PowerShell Modules. He introduces an idea where a module is stored in multiple folders Private, Public, Bin, Lib and so on and having YourModule.psm1 as a wrapper for functions, binaries in those folders, where each function is stored in its file. It\u2019s an excellent concept, and I use it every day. It allows me to jump into a file quickly I want to find and fundamentally easier for development, especially in teams.",
      "date_published": "2018-11-16T00:05:31.0000000Z",
      "tags": [
        "powershell",
        "ps1",
        "psm1"
      ]
    }
  ]
}