Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dataliterate/data-populator
A plugin for Sketch and Adobe XD to populate your design mockups with meaningful data. Goodbye Lorem Ipsum. Hello JSON.
https://github.com/dataliterate/data-populator
adobe adobe-xd data data-populator design design-tool design-tools meaningful-data sketch sketchapp
Last synced: 26 days ago
JSON representation
A plugin for Sketch and Adobe XD to populate your design mockups with meaningful data. Goodbye Lorem Ipsum. Hello JSON.
- Host: GitHub
- URL: https://github.com/dataliterate/data-populator
- Owner: dataliterate
- License: mit
- Created: 2015-05-04T06:28:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T10:14:39.000Z (9 months ago)
- Last Synced: 2024-08-04T00:06:23.486Z (3 months ago)
- Topics: adobe, adobe-xd, data, data-populator, design, design-tool, design-tools, meaningful-data, sketch, sketchapp
- Language: JavaScript
- Homepage:
- Size: 70.1 MB
- Stars: 1,667
- Watchers: 57
- Forks: 114
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Populator
**The documentation of the plugin has moved to [datapopulator.com](http://www.datapopulator.com).**
## Get in touch
Join the conversation on the [Data Populator Slack](https://join.slack.com/t/datapopulator/shared_invite/enQtNDY1NDM4NTk2NzM2LTljMGQyMzJiMzExYmFkNDY3NTQ4OTkyZjg0MmJkMjBhNzk4ZGYxZTBmMGE4MWE5MDJjYmM5MjViNWQyZDViNDc). Follow [@datapopulator](https://twitter.com/datapopulator) on Twitter for updates.
Please report bugs, observations, ideas & feature requests as [issues](https://github.com/dataliterate/data-populator/issues) or [get in touch](mailto:[email protected]).
## Contribute
If you have an idea or the need for a new feature for Data Populator, or run into a limitation you'd like to overcome – feel free to implement it and send us a [Pull Request](https://github.com/dataliterate/data-populator/pulls). We think the code architecture is understandable and modular enough to extend easily.
If you're a Designer and don't know how to code, kindly ask a Developer colleague or friend of yours – they'll kindly help you, as this is an investment in improving [Designer's Data Literacy](https://medium.com/sketch-app-sources/designing-with-meaningful-data-5456b40e172e) and Designer-Developer-Collaboration.
If you like, you can also contribute to the future development of Data Populator by [buying us a coffee](https://www.buymeacoffee.com/datapopulator). Any kind of contribution is highly appreciated!
## Development
### Data Populator for Sketch
1. `cd sketch`
2. `yarn`
3. `yarn symlink`
4. `yarn start` (dev) or `yarn build` (production)### Data Populator for Adobe XD
1. `cd xd`
2. `yarn`
3. `yarn start` (dev) or `yarn build` (production)