-
- Downloads
Add WP-CLI scaffold
parent
2784babe
No related branches found
No related tags found
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
Showing
- .distignore 35 additions, 0 deletions.distignore
- .editorconfig 22 additions, 0 deletions.editorconfig
- .gitattributes 35 additions, 0 deletions.gitattributes
- .gitignore 9 additions, 0 deletions.gitignore
- .gitlab-ci.yml 46 additions, 0 deletions.gitlab-ci.yml
- .phpcs.xml.dist 50 additions, 0 deletions.phpcs.xml.dist
- Gruntfile.js 56 additions, 0 deletionsGruntfile.js
- bin/install-wp-tests.sh 155 additions, 0 deletionsbin/install-wp-tests.sh
- package.json 11 additions, 0 deletionspackage.json
- phpunit.xml.dist 16 additions, 0 deletionsphpunit.xml.dist
- readme.txt 1 addition, 1 deletionreadme.txt
- tests/bootstrap.php 31 additions, 0 deletionstests/bootstrap.php
- tests/test-sample.php 20 additions, 0 deletionstests/test-sample.php
.distignore
0 → 100755
.editorconfig
0 → 100755
.gitattributes
0 → 100644
.gitignore
0 → 100755
.gitlab-ci.yml
0 → 100755
.phpcs.xml.dist
0 → 100644
Gruntfile.js
0 → 100755
bin/install-wp-tests.sh
0 → 100755
package.json
0 → 100755
{ | ||
"name": "external-permalinks-redux", | ||
"version": "0.1.0", | ||
"main": "Gruntfile.js", | ||
"author": "Erick Hitter", | ||
"devDependencies": { | ||
"grunt": "~0.4.5", | ||
"grunt-wp-i18n": "~0.5.0", | ||
"grunt-wp-readme-to-markdown": "~1.0.0" | ||
} | ||
} |
phpunit.xml.dist
0 → 100644
tests/bootstrap.php
0 → 100755
tests/test-sample.php
0 → 100755
Please register or sign in to comment