Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + func CheckDirectories(directories ...string) error + func CopyFile(src string, dest string) error + func DeleteFilesByExtension(dir string, exts []string) error + func ExecCommand(command string, args ...string) (string, error) + func FileCheck(dir string, files_names ...string) ([]fs.DirEntry, error) + func FileWrite(pathFile string, data bytes.Buffer) error + func FindFilesWithNonZeroSize(dir string, filenames []string) error + func FindFirstFileWithExtension(dir, extension string) (string, error) + func GetRootFiles(dir, ext string, onlyNamesWithCapitalLetter bool) (out []string, err error) + func PrintError(messages ...string) + func PrintInfo(messages ...string) + func PrintOK(messages ...string) + func PrintWarning(messages ...string) + func ReadAssets(Dir string, Html, Css, Js, Svg out) error + func ReadFiles(dir, ext string, out *bytes.Buffer) error + func ShowErrorAndExit(message any) + func TextCount(filePath string, textSearchInContent string) int + func TextMinify(text *string)