# Functions
Contains check if a slice contains a given string.
Differences return the elements in `a` that aren't in `b`.
based on https://github.com/watson/ci-info/blob/HEAD/index.js.
No description provided by the author
MakePath creates a path if it doesn't exist.
Pluralize returns the plural form of a given string.
Convert slice of string to a readable string eg: ["one", "two", "three"] -> "one, two and three".
Convert slice of string to comma separated string.
Convert comma separated string values to slice.
ToKebabCase converts a string to kebab case.