Skip to content

Instantly share code, notes, and snippets.

@juliangruber
Last active June 13, 2016 12:08
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 juliangruber/4540290b97a157f122cc6152d4230175 to your computer and use it in GitHub Desktop.
Save juliangruber/4540290b97a157f122cc6152d4230175 to your computer and use it in GitHub Desktop.
yo-yo + es6 = ❤️
const yo = require('yo-yo')
module.exports = entries => yo`
<ul>
${entries.map(entry => yo`
<li>${entry.name}</li>
`)}
</ul>`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment