package
0.2.11
Repository: https://github.com/platformsh/platformify.git
Documentation: pkg.go.dev

# Functions

ContainsStringInFile checks if the given file contains the given string.
FileExists checks if the file exists.
FindAllFiles searches for the file inside the path recursively and returns all matches.
FindFile searches for the file inside the path recursively and returns the full path of the file if found If multiple files exist, tries to return the one closest to root.
GetJSONValue gets a value from a JSON file, by traversing the path given.
No description provided by the author
GetTOMLValue gets a value from a TOML file, by traversing the path given.