Skip to content

Commit ee7fc60

Browse files
author
zhonghui
committed
change name
1 parent 5b1aca4 commit ee7fc60

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[![npm version](https://img.shields.io/npm/v/@lordmos/devcrew?style=flat-square&color=CDFE00)](https://www.npmjs.com/package/@lordmos/devcrew)
1313
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](LICENSE)
1414
[![Node.js](https://img.shields.io/badge/Node.js-18+-339933?style=flat-square&logo=node.js&logoColor=white)](https://nodejs.org)
15-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-CDFE00.svg?style=flat-square)](https://github.com/lordmos/devcrew/pulls)
15+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-CDFE00.svg?style=flat-square)](https://github.com/lordmos/dev-crew/pulls)
1616

1717
</div>
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[![npm version](https://img.shields.io/npm/v/@lordmos/devcrew?style=flat-square&color=CDFE00)](https://www.npmjs.com/package/@lordmos/devcrew)
1313
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](LICENSE)
1414
[![Node.js](https://img.shields.io/badge/Node.js-18+-339933?style=flat-square&logo=node.js&logoColor=white)](https://nodejs.org)
15-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-CDFE00.svg?style=flat-square)](https://github.com/lordmos/devcrew/pulls)
15+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-CDFE00.svg?style=flat-square)](https://github.com/lordmos/dev-crew/pulls)
1616

1717
</div>
1818

docs/.vitepress/config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { defineConfig } from 'vitepress'
33
export default defineConfig({
44
title: 'DevCrew',
55
description: 'AI-powered dev team orchestration framework',
6-
base: '/devcrew/',
6+
base: '/dev-crew/',
77
head: [
8-
['link', { rel: 'icon', href: '/devcrew/logo.svg', type: 'image/svg+xml' }],
8+
['link', { rel: 'icon', href: '/dev-crew/logo.svg', type: 'image/svg+xml' }],
99
[
1010
'link',
1111
{
@@ -75,7 +75,7 @@ export default defineConfig({
7575
themeConfig: {
7676
logo: '/logo.svg',
7777
socialLinks: [
78-
{ icon: 'github', link: 'https://github.com/lordmos/devcrew' },
78+
{ icon: 'github', link: 'https://github.com/lordmos/dev-crew' },
7979
],
8080
footer: {
8181
message: 'Released under the MIT License.',

docs/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hero:
1515
link: /en/quick-start
1616
- theme: alt
1717
text: GitHub
18-
link: https://github.com/lordmos/devcrew
18+
link: https://github.com/lordmos/dev-crew
1919

2020
features:
2121
- icon: 🤖

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hero:
1515
link: /quick-start
1616
- theme: alt
1717
text: GitHub
18-
link: https://github.com/lordmos/devcrew
18+
link: https://github.com/lordmos/dev-crew
1919

2020
features:
2121
- icon: 🤖

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@lordmos/devcrew",
2+
"name": "@lordmos/dev-crew",
33
"version": "0.1.0",
44
"description": "AI-powered dev team orchestration framework — out-of-the-box CLI + Agent Skill",
55
"keywords": [
@@ -18,13 +18,13 @@
1818
],
1919
"author": "lordmos",
2020
"license": "MIT",
21-
"homepage": "https://lordmos.github.io/devcrew/",
21+
"homepage": "https://lordmos.github.io/dev-crew/",
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/lordmos/devcrew.git"
24+
"url": "https://github.com/lordmos/dev-crew.git"
2525
},
2626
"bugs": {
27-
"url": "https://github.com/lordmos/devcrew/issues"
27+
"url": "https://github.com/lordmos/dev-crew/issues"
2828
},
2929
"bin": {
3030
"crew": "./dist/cli.js"
@@ -53,4 +53,4 @@
5353
"node": ">=18.0.0"
5454
},
5555
"type": "module"
56-
}
56+
}

0 commit comments

Comments
 (0)