File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -398,9 +398,11 @@ variable.
398
398
399
399
## Installing
400
400
401
- Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with ` wp cli update ` .
401
+ This package is included with WP-CLI itself, no additional installation necessary .
402
402
403
- Once you've done so, you can install this package with ` wp package install wp-cli/scaffold-command ` .
403
+ To install the latest version of this package over what's included in WP-CLI, run:
404
+
405
+ wp package install git@github.com:wp-cli/scaffold-command.git
404
406
405
407
## Contributing
406
408
Original file line number Diff line number Diff line change 20
20
"psr-4" : {
21
21
"" : " src/"
22
22
},
23
- "files" : [ " scaffold-command.php" ]
23
+ "files" : [
24
+ " scaffold-command.php"
25
+ ]
24
26
},
25
27
"require" : {},
26
28
"require-dev" : {
40
42
" scaffold post-type" ,
41
43
" scaffold taxonomy" ,
42
44
" scaffold theme-tests"
43
- ]
45
+ ],
46
+ "bundled" : true
44
47
}
45
48
}
You can’t perform that action at this time.
0 commit comments