Skip to content

Commit da57430

Browse files
committed
build: update package.json
1 parent 9cbb93e commit da57430

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

package.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,35 @@
11
{
22
"name": "php-skeleton-generator",
3-
"displayName": "PHP Class Generator",
4-
"description": "Generate PHP classes",
3+
"displayName": "PHP Skeleton Generator",
4+
"description": "With just a few clicks, you can create PHP classes, interfaces, traits, and enums with all the properties and methods you need. (PSR-4 compatible)",
55
"version": "0.0.1",
6+
"keywords": [
7+
"php",
8+
"generate",
9+
"class",
10+
"interface",
11+
"enum",
12+
"trait",
13+
"wizard",
14+
"psr-4"
15+
],
16+
"publisher": "AdrianGarciaSabate",
617
"engines": {
718
"vscode": "^1.74.0"
819
},
20+
"author": {
21+
"name": "Adrián García",
22+
"url": "https://github.com/adrigar94"
23+
},
924
"repository": {
1025
"type": "git",
1126
"url": "https://github.com/adrigar94/php-skeleton-generator.git"
1227
},
1328
"categories": [
1429
"Other"
1530
],
31+
"license": "MIT",
32+
"icon": "images/logo.png",
1633
"activationEvents": [
1734
"onCommand:php-skeleton-generator.php-skeleton-generate"
1835
],

0 commit comments

Comments
 (0)