Skip to content

PSModule/Toml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toml

Toml is a PowerShell module for reading TOML file content from disk so scripts can load and process configuration text.

Installation

Install the module from the PowerShell Gallery:

Install-PSResource -Name Toml
Import-Module -Name Toml

Capabilities

Use this command to read TOML content from a file path:

Get-Toml -Path '.\settings.toml'

Documentation

Documentation is published at psmodule.io/Toml.

Use PowerShell help and command discovery for details:

Get-Command -Module Toml
Get-Help -Name Get-Toml -Examples

About

A PowerShell module to manage conversion of Toml to objects and objects to Toml

Resources

License

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Contributors