Skip to content

Commit bab0543

Browse files
committed
update package description and tags
1 parent 1ee22aa commit bab0543

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

package.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
{
22
"name": "@noxify/gitlab-ci-builder",
33
"version": "1.4.2",
4-
"description": "Create GitLab CI pipelines with TypeScript.",
4+
"description": "Build GitLab CI/CD pipelines programmatically with TypeScript. Fluent API for creating jobs, templates, and workflows. Import/export YAML, visualize with Mermaid diagrams, and resolve extends chains automatically.",
55
"keywords": [
66
"gitlab",
77
"gitlab-ci",
8+
"ci-cd",
89
"continuous-integration",
10+
"continuous-deployment",
911
"pipeline",
10-
"jobs"
12+
"yaml",
13+
"builder",
14+
"typescript",
15+
"devops",
16+
"automation",
17+
"infrastructure-as-code",
18+
"gitops",
19+
"configuration",
20+
"configuration-management",
21+
"visualization",
22+
"mermaid",
23+
"code-generation",
24+
"fluent-api",
25+
"extends-resolution"
1126
],
1227
"repository": {
1328
"type": "git",

0 commit comments

Comments
 (0)