Skip to content

Instantly share code, notes, and snippets.

@olizilla
Created November 16, 2015 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olizilla/c25a1306f9c1b0bea5f0 to your computer and use it in GitHub Desktop.
Save olizilla/c25a1306f9c1b0bea5f0 to your computer and use it in GitHub Desktop.
Make better bundle names
/*
> name()
'juana-gold-driver'
> name()
'olaf-tan-panel'
> name()
'tracey-lavender-microchip'
*/
function name () {
return faker.helpers.slugify(faker.fake('{{name.firstName}}-{{commerce.color}}-{{hacker.noun}}')).toLowerCase()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment