Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

humanize-component

Humanize a string

humanize, string, utility

readme

humanize

Humanize a string

Installation

$ component install component/humanize

Example

var humanize = require('humanize');
humanize('maru-_the_cat.png');
// => "Maru the cat"

License

MIT