Configuration

A module to help other modules have settings (by PoshCode)

Configuration Alternatives

Similar projects and alternatives to Configuration

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Configuration alternative or higher similarity.

Configuration reviews and mentions

Posts with mentions or reviews of Configuration. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-09.
  • How to use config files for modules?
    1 project | /r/PowerShell | 4 Aug 2022
    There's a configuration module I've used here. You can export a hashtable config to a .psd1 file, which you can import with Import-PowerShellDataFile
  • Best practice? How to leverage a .psd1 config file for a module
    2 projects | /r/PowerShell | 9 Jun 2022
    What i've decided on recently was that there should be config file, or settings file, that contains the default values I would normally supply to this private function. I've read the ramblingcookiemonster blog about config data: http://ramblingcookiemonster.github.io/PowerShell-Configuration-Data/ and I've read about the Configuration module and PSDkit module. My preference would be to write my own code for my purposes.
  • Creating a 'reference' list similar to the output of 'Get-Verb'?
    2 projects | /r/PowerShell | 14 Aug 2021
    Thanks! I dunno how i missed going over CSV and arrays, because I literally JUST got the hang of hashtables working on another project of mine dealing with psd1 files and using them as script/module config files in a manner similar to PoShCodes Configuration module (https://github.com/PoshCode/Configuration) but much simpler, without all the added complexity, as all i needed it for was as a place to store variables corresponding to paths, aliases, and a few misc values. and had to learn how to structure hashtables and how to read values from them to do it. Ill definitely read back up on it and give it a try and post back when i get something working, thanks!
  • Config Files for PowerShell Modules
    4 projects | /r/PowerShell | 25 Jun 2021
    I tried several of these as well, my favorite was https://github.com/PoshCode/Configuration
  • Trying to rework some older scripts with better habits... Let's discuss!
    1 project | /r/PowerShell | 6 Apr 2021
    For "global variables", I think what you're looking for is some sort of configuration file. I personally use a PSD1 file, but others may prefer json, XML or YAML. There is also a module on github called Configuration that may be useful.
  • Best Practice for not overwriting certain data when pushing shared module/library updates
    1 project | /r/PowerShell | 10 Mar 2021
    If you don't want to re-invent the wheel, you could take a dependency on and use something like https://github.com/PoshCode/Configuration
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 4 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic Configuration repo stats
6
171
3.8
8 months ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com