wp-cli / dist-archive-command

Create a distribution .zip or .tar.gz based on a plugin or theme's .distignore file
https://developer.wordpress.org/cli/commands/dist-archive/
MIT License
47 stars 23 forks source link

Create target directory if it doesn't exist #30

Closed swissspidy closed 5 years ago

swissspidy commented 5 years ago

Otherwise I'd have to use mkdir -p every time before running this command.