Aubrey Portwood

Results 34 issues of Aubrey Portwood

When I bump the version in `package*.json` and I run, e.g. ``` ./node_modules/.bin/create-dmg './build/Twitter-darwin-x64/Twitter.app' --overwrite --dmg-title='Twitter' --identity='Aubrey Portwood' ./dist/" ``` The version in `dist/` is always `1.0.0`. ![image](https://user-images.githubusercontent.com/1753298/97086232-3a018300-15df-11eb-84e4-14509f587c01.png)

Description ----------- When using e.g. `antigen bundle username/repo` there could be a way to have `antigen` clone the repo using SSH instead of HTTPS. The reason I'm suggesting this is...

I have an app that I'm build like [this](https://github.com/aubreypwd/chillhop-radio-mac/blob/master/package.json#L11) and when I run my `create-dmg` command like [this](https://github.com/aubreypwd/chillhop-radio-mac/blob/master/package.json#L11) I still get `Chillhop Radio 1.0.0.dmg` in my `dist/` folder even though...

The person who generates the plugin leaves a lot of functions w/out any `@author` tags, when technically they were the author of the scaffolded classes, etc. We could automatically add...

enhancement
feedback-requested

Right now when you use a command such as `yo plugin-wp:include ` you end up with a `class--

enhancement
feedback-requested

![image](https://user-images.githubusercontent.com/1753298/87737495-5ac46c00-c798-11ea-9ff7-06100817521b.png) So I have a project open in my `wp-content/` folder of a WordPress install and in it we have a nested _sub-project_ in the `wp-content/themes/` directory, `[omitted]-2020/`. That sub-project...

WIP

enhancement

My _dream_ here is that we can do something like `wp plugin require ` and it is suddenly a WDS required plugin. And, of course you can `wp plugin unrequire...

enhancement
5ftf
feature

E.g. `wp plugin require plugin-name`

Right now you have to programmatically do that. Maybe the client is annoyed with seeing WDS Required Plugins in a list they really can't do anything about. They just want...