AdobeXD / xdpm

A helper CLI for XD plugin development
https://github.com/AdobeXD/xdpm/blob/master/README.md
Apache License 2.0
65 stars 15 forks source link

aio-cli #18

Closed purplecabbage closed 1 year ago

purplecabbage commented 5 years ago

This is a pretty big pr, be warned, pour yourself a long macchiato and get comfortable. This adds full support for running as a plugin to aio-cli[1], mostly the code has not changed, but there has been a lot of shifting to move things to be more compatible with oclif[2] Argument parsing and arg handling is now done by oclif definitions.

Library code is unchanged, and functionality should not have changed, however this is difficult to verify without tests. 🤕

[1] https://www.npmjs.com/package/@adobe/aio-cli [2] https://oclif.io/ [3] https://jestjs.io/

purplecabbage commented 5 years ago

Any chance this could get a look-see?

purplecabbage commented 1 year ago

😿