Skip to content

Instantly share code, notes, and snippets.

@jsanta
Last active March 9, 2018 14:22
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 jsanta/daf35b098664435f770919cc07ce3d36 to your computer and use it in GitHub Desktop.
Save jsanta/daf35b098664435f770919cc07ce3d36 to your computer and use it in GitHub Desktop.
Sample data generator template
[
'{{repeat(15, 30)}}',
{
index: '{{index(1)}}',
guid: '{{guid()}}',
color: '{{random("blue", "green", "red", "yellow")}}',
company: '{{company().toUpperCase()}}',
country: '{{country()}}'
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment