npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

generator-xd-plugin

v4.0.0

Published

Yeoman generator for creating Adobe XD Plugin

Downloads

21

Readme

generator-xd-plugin

Yeoman generator for creating Adobe XD Plugin projects.

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.

This generator simply creates the scaffolding of files for XD Plugin using webpack and xdpm (Adobe XD Plugin Manager Command Line Tool).

Also, 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.

About Adobe XD

Adobe XD 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.

Installation

First, install Yeoman and generator-xd using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-xd-plugin

Usage

Create an XD plugin project

yo xd-plugin

Developing plugins

Move to the project folder created by yo xd-plugin, and run following commands.

Install generated plugin

npm start

You have to reload the plugin for Adobe XD by Ctrl/Cmd+Shift+R

Package into an xdx file

npm run package

Validate manifest.json

npm run validate

manifest.json is in static folder.

yo xd-plugin DEMO

Contributing

If you are interested in contributing, please start by reading the Contributing Guidelines.

Development

Build your own generator and link updates.

git clone [email protected]:adobexd/generator-xd-plugin
cd generator-xd-plugin
npm link
cd ..
yo xd-plugin

License

Apache-2.0 © Adobe

DISCLAIMER

You use this utility at your own risk. Under no circumstances shall Adobe be held liable for the use, misuse, or abuse of this utility.

Use of this utility means that you agree to Adobe's Terms of Use and the Adobe Developer Additional Terms.