{"id":13516398,"url":"https://github.com/AdobeXD/generator-xd-plugin","last_synced_at":"2025-03-31T06:31:00.693Z","repository":{"id":33958629,"uuid":"162668887","full_name":"AdobeXD/generator-xd-plugin","owner":"AdobeXD","description":"Yeoman generator for creating Adobe XD Plugin projects.","archived":false,"fork":false,"pushed_at":"2023-01-07T02:39:37.000Z","size":5686,"stargazers_count":12,"open_issues_count":18,"forks_count":5,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-15T15:48:08.262Z","etag":null,"topics":["adobe","adobe-xd","yeoman-generator"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/generator-xd-plugin","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdobeXD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-21T05:14:52.000Z","updated_at":"2021-03-01T14:51:26.000Z","dependencies_parsed_at":"2023-01-15T03:46:00.872Z","dependency_job_id":null,"html_url":"https://github.com/AdobeXD/generator-xd-plugin","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdobeXD%2Fgenerator-xd-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdobeXD%2Fgenerator-xd-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdobeXD%2Fgenerator-xd-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdobeXD%2Fgenerator-xd-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdobeXD","download_url":"https://codeload.github.com/AdobeXD/generator-xd-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246429459,"owners_count":20775805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adobe","adobe-xd","yeoman-generator"],"created_at":"2024-08-01T05:01:21.972Z","updated_at":"2025-03-31T06:30:55.673Z","avatar_url":"https://github.com/AdobeXD.png","language":"JavaScript","funding_links":[],"categories":["Templates"],"sub_categories":[],"readme":"# generator-xd-plugin\n\n[Yeoman](http://yeoman.io) generator for creating [Adobe XD Plugin](https://adobexdplatform.com/) projects.\n\n\u003e XD plugins extend the capabilities of Adobe XD by adding new features to the app, automating workflows, connecting the app to external services, and more.\n\nThis generator simply creates the scaffolding of files for XD Plugin using [webpack](https://webpack.github.io/) and [xdpm (Adobe XD Plugin Manager Command Line Tool)](https://github.com/AdobeXD/xdpm).\n\nAlso, this project  provides live-reloading of plugins. So that developers do not have to copy their plugin project files into develop folder. Developers may start coding almost as same style as webpack-dev-server.\n\n## About Adobe XD\n\n[Adobe XD](https://www.adobe.com/products/xd.html) is made for designers, by designers. It’s the fastest way to design, prototype, and share any user experience, from websites and mobile apps to voice interactions, and more.\n\n## Installation\n\nFirst, install [Yeoman](http://yeoman.io) and generator-xd using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).\n\n```bash\nnpm install -g yo\nnpm install -g generator-xd-plugin\n```\n\n## Usage\n\n### Create an XD plugin project\n\n```bash\nyo xd-plugin\n```\n\n### Developing plugins\n\nMove to the project folder created by `yo xd-plugin`, and run following commands.\n\n#### Install generated plugin\n\n```bash\nnpm start\n```\n\nYou have to reload the plugin for Adobe XD by `Ctrl/Cmd+Shift+R`\n\n#### Package into an xdx file\n\n```bash\nnpm run package\n```\n\n#### Validate manifest.json\n\n```bash\nnpm run validate\n```\n\nmanifest.json is in `static` folder.\n\n## yo xd-plugin DEMO\n\n![](doc/generator-xd-plugin-demo-10sec.gif)\n\n## Contributing\n\nIf you are interested in contributing, please start by reading the [Contributing Guidelines](.github/CONTRIBUTING.md).\n\n### Development\n\nBuild your own generator and link updates.\n\n```bash\ngit clone git@github.com:adobexd/generator-xd-plugin\ncd generator-xd-plugin\nnpm link\ncd ..\nyo xd-plugin\n```\n\n## License\n\nApache-2.0 © [Adobe](https://www.adobe.com/)\n\n## DISCLAIMER\n\nYou use this utility at your own risk. Under no circumstances shall Adobe be held liable for the use, misuse, or abuse of this utility.\n\nUse of this utility means that you agree to Adobe's [Terms of Use](https://www.adobe.com/legal/terms.html) and the [Adobe Developer Additional Terms](https://wwwimages2.adobe.com/content/dam/acom/en/legal/servicetou/Adobe-Developer-Additional-Terms_en_US_20180605_2200.pdf).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdobeXD%2Fgenerator-xd-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAdobeXD%2Fgenerator-xd-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdobeXD%2Fgenerator-xd-plugin/lists"}