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

Added a -v --version option. #33

Closed ashryanbeats closed 4 years ago

ashryanbeats commented 4 years ago

Description

Added the option flag -v/--version for the CLI, which returns the name and version set in package.json.

Motivation and Context

Want to enable developers to easily check which version of the CLI they are running.

Types of changes

Checklist:

ashryanbeats commented 4 years ago

I was thinking to roll this into the v4.0 PR, but it could be merged into 3.x as well.

Any opinions on that front?