plugin-toolkit
plugin-toolkit copied to clipboard
Helper functions and utilities for plugin developers
Hello, I'm working on plugin for AdobeXD, and I have a bunch of reusable helpers for community, that I think should be landed here. I saw that some developers making...
We can use [typedoc](https://typedoc.org/) to generate documentation for our toolkit functions
Better to have all helpers strongly typed with TS and also it gives us a huge benefit in `d.ts` file in compiled package, that helps users to write code easier.
We need to configure workflow that will automatically build and publish our `master` branch to NPM as a package. I'd like to use GitHub Actions, because it's free and already...
# Submit a pull request ## CLA - [X] I have signed the [Adobe CLA](http://adobe.github.io/cla.html) (required). ## Topic This is a pull request for: - [X ] A guide contained...