Some useful utilities I often need
Repeat a string - fast
Get, set, or delete a property from a nested object using a dot path
More than 100 powerful ESLint rules
Automatically cleanup expired items in a Map
Make a directory and its parents if needed - Think `mkdir -p`
Strip leading whitespace from each line in a string
Check if argv has a specific flag
Set of helpful CLI utilities
Check if a value is a regular expression
Create boxes in the terminal
Define a lazily evaluated property on an object
Strip comments from JSON. Lets you use comments in your JSON files!
Simple wildcard matching
heroku ssl plugin
A collection of essential TypeScript types
A stricter URI encode adhering to RFC 3986
A safer `.hasOwnProperty()`
Clean up error stack traces
Fix broken node modules with no fuss
wait-on is a cross platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available
Automatically bind methods to their class instance
Get the path of the caller function
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`