Skip to content

Commit 03c65c0

Browse files
committed
fix: update package.json description and add keywords, repository, homepage, and bugs fields
Signed-off-by: kaifcoder <kaifmohd2014@gmail.com>
1 parent 39c7779 commit 03c65c0

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

package.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-polyglot",
33
"version": "1.1.0",
4-
"description": "CLI to scaffold a polyglot microservice monorepo",
4+
"description": "Scaffold polyglot microservice monorepos with built-in templates for Node, Python, Go, and more.",
55
"main": "bin/index.js",
66
"scripts": {
77
"create-polyglot": "node ./bin/index.js",
@@ -10,13 +10,31 @@
1010
"bin": {
1111
"create-polyglot": "bin/index.js"
1212
},
13-
"keywords": [],
13+
"keywords": [
14+
"monorepo",
15+
"microservices",
16+
"polyglot",
17+
"scaffold",
18+
"cli",
19+
"generator",
20+
"turborepo",
21+
"nx",
22+
"docker"
23+
],
24+
"repository": {
25+
"type": "git",
26+
"url": "https://github.com/kaifcoder/create-polyglot.git"
27+
},
28+
"homepage": "https://github.com/kaifcoder/create-polyglot#readme",
29+
"bugs": {
30+
"url": "https://github.com/kaifcoder/create-polyglot/issues"
31+
},
1432
"files": [
1533
"bin",
1634
"templates",
1735
"scripts"
1836
],
19-
"author": "kaifcoder",
37+
"author": "kaifcoder <kaifmohd2014@gmail.com>",
2038
"license": "MIT",
2139
"type": "module",
2240
"dependencies": {

0 commit comments

Comments
 (0)