slug slug generator Installation $ component install yields/slugAPI slug(str[, replacement]) slug('foo bar'); // > foo-bar slug('foo bar', '_'); // > foo_barTests $ make testLicense MIT