Skip to content

Commit a180320

Browse files
committed
Add build processes.
1 parent 0162cb4 commit a180320

File tree

4 files changed

+18967
-0
lines changed

4 files changed

+18967
-0
lines changed

composer.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"name": "outermost/nautilus",
3+
"description": "Just another block theme.",
4+
"authors": [
5+
{
6+
"name": "Nick Diego",
7+
"email": "[email protected]"
8+
}
9+
],
10+
"scripts": {
11+
"lint": "@php ./vendor/bin/phpcs",
12+
"zip": "composer archive --format=zip --dir=./_playground --file=nautilus"
13+
},
14+
"require": {
15+
"php": ">=8.0"
16+
},
17+
"require-dev": {
18+
"wp-coding-standards/wpcs": "^3.0",
19+
"phpcompatibility/phpcompatibility-wp": "*"
20+
},
21+
"archive": {
22+
"exclude": [
23+
"/_playground",
24+
"/node_modules",
25+
"/src",
26+
"/vendor",
27+
"/composer.json",
28+
"/composer.lock",
29+
"/package.json",
30+
"/package-lock.json",
31+
"/.git",
32+
"/.gitignore",
33+
"/.gitattributes",
34+
"*.md"
35+
]
36+
},
37+
"config": {
38+
"allow-plugins": {
39+
"dealerdirect/phpcodesniffer-composer-installer": true
40+
}
41+
}
42+
}

0 commit comments

Comments
 (0)