x-raizor / Content-generator-sketch-plugin

Sketch app plugin for generating dummy data such as avatars, names, photos, geo data etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content Generator for Sketch

Sketch generator allows you quickly create dummy data such as avatars, names, geo location data etc.

Demo

#####Generating pictures

Generating thumbnails

#####Generating names

Generating names

#####Generating dummy text

Generating text

#####Generating strings custom string

You can create a custom string by combining any of these options:

  • plain text (example: banana)
  • random number from range (example: [0-20] )
  • random item from an array (example: [bananaapplegrapes] )

An example of a combined string: $[0-999],[10-99] [newusedold]

Which would result in "$321,34 old" or "$12,75 new"

Adding custom images

  1. In Sketch app Plugins > Reveal Plugins folder...
  2. Open Content Generator plugin folder
  3. Add your photos to Data > Photos > my-photos

Installation

  1. Download Zip and Extract it to a folder
  2. In Sketch app Plugins > Reveal Plugins folder...
  3. Place the extracted folder directly to the Plugins folder (nesting might not work atm)

Upcoming features

  • More types of data
  • Fetch content directly from different online sources
  • Easier extensibility

Feature requests, bugs & feedback

Ping me on twitter or follow for updates. Best way to submit bugs is to attach a screenshot of the console app like so (use "sketch" in filter box)

Contributing

Any contribution is welcome, if you want to add more data sets or even your photo to the set let me know. Also if you can submit better demo gifs it would be vey much appreciated.

Credits

About

Sketch app plugin for generating dummy data such as avatars, names, photos, geo data etc

License:MIT License


Languages

Language:JavaScript 100.0%