Skip to content

Commit b9be033

Browse files
committed
chore: updated ReadMe
1 parent 52e4fb6 commit b9be033

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# template-nodejs
2-
A template project for nodejs. Has integrated linting, testing,
3-
coverage, reporting, GitHub actions for publishing to npm repository, dependency updates and other goodies.
4-
5-
Easily use this template to quick start a production ready nodejs project template.
1+
# Extension Service
2+
This service will help to search extensions for phoenix/brackets
63

74
## Code Guardian
85
[![<app> build verification](https://github.com/aicore/template-nodejs/actions/workflows/build_verify.yml/badge.svg)](https://github.com/aicore/template-nodejs/actions/workflows/build_verify.yml)

package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
2-
"name": "@aicore/template-nodejs",
2+
"name": "@aicore/extensionService",
33
"version": "1.0.6",
4-
"description": "Template for nodejs with unit gulp build, test, coverage, code guardian, github and Other defaults",
4+
"description": "Extension service for Phoenix/Brackets",
55
"main": "src/index.js",
66
"type": "module",
77
"keywords": [
8+
"phcode.dev",
9+
"Brackets",
10+
"Phoenix",
11+
"extension",
12+
"Brackets extension",
13+
"Phoenix extension",
814
"template",
915
"nodejs",
1016
"unit",
@@ -39,12 +45,12 @@
3945
"type": "git",
4046
"url": "git+https://github.com/aicore/template-nodejs.git"
4147
},
42-
"author": "Arun, core.ai",
48+
"author": "Charly, core.ai",
4349
"license": "AGPL-3.0-or-later",
4450
"bugs": {
45-
"url": "https://github.com/aicore/template-nodejs/issues"
51+
"url": "https://github.com/phcode-dev/extensionService/issues"
4652
},
47-
"homepage": "https://github.com/aicore/template-nodejs#readme",
53+
"homepage": "https://github.com/phcode-dev/extensionService#readme",
4854
"devDependencies": {
4955
"@commitlint/cli": "17.2.0",
5056
"@commitlint/config-conventional": "17.2.0",

0 commit comments

Comments
 (0)