cfmt
cfmt copied to clipboard
:art: Contextual fmt inspired by bootstrap color classes
Results
1
cfmt issues
Sort by
recently updated
recently updated
newest added
Example: ```golang cfmt.Successln("Initialized project at ", "location") // Terminal: Initialized project atlocation fmt.Println("Initialized project at ", "location") // Terminal: Initialized project at location ```