Skip to content

Commit 878d8d7

Browse files
committed
feat: update infos
1 parent 93619e2 commit 878d8d7

2 files changed

Lines changed: 11 additions & 29 deletions

File tree

README.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
# starter-typescript
1+
# @dhzh/foundry
22

3-
A simple code template for TypeScript developing.
4-
5-
use:
6-
7-
1. [`tsdown`](https://tsdown.dev/) for file compiling.
8-
2. [`tsx`](https://tsx.is/) for file execution and content change monitoring.
9-
3. [`ESLint`](https://eslint.org/) for code formatting and linting. And also use my personal [`eslint-config`](https://github.com/tinywaves/eslint-config) for linting rules.
10-
4. Auto GitHub workflows for new version.
11-
5. [`Vitest`](https://vitest.dev/) for unit testing.
12-
13-
## Usage
14-
15-
You need to change some things before you start coding:
16-
17-
1. `README.md` file.
18-
2. Change the `name`, `version`, `description`, `author`, `license`, `homepage`, `keywords`, `repository` info in `package.json` file.
19-
3. Change the license info in `LICENSE` file.
20-
4. If you don't want to use GitHub workflow, delete the `.github` folder.
21-
5. Start coding in `src` and `test` folder.
3+
An AI-native local developer runtime for tools, skills, agents, and workflows.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "starter-typescript",
2+
"name": "@dhzh/foundry",
33
"type": "module",
4-
"version": "1.2.1",
4+
"version": "0.0.0",
55
"devEngines": {
66
"packageManager": {
77
"name": "pnpm",
@@ -14,17 +14,17 @@
1414
"onFail": "download"
1515
}
1616
},
17-
"description": "A template for typescript project",
17+
"description": "An AI-native local developer runtime for tools, skills, agents, and workflows.",
1818
"author": {
1919
"name": "tinywaves",
2020
"email": "dhzhme@gmail.com"
2121
},
22-
"license": "MIT",
23-
"homepage": "https://github.com/tinywaves/starter-typescript",
22+
"license": "Apache-2.0",
23+
"homepage": "https://github.com/tinywaves/foundry",
2424
"keywords": [
25-
"typescript",
26-
"template",
27-
"starter"
25+
"agent",
26+
"cli",
27+
"ai"
2828
],
2929
"exports": {
3030
".": {
@@ -38,7 +38,7 @@
3838
"dist"
3939
],
4040
"repository": {
41-
"url": "git+https://github.com/tinywaves/starter-typescript.git",
41+
"url": "git+https://github.com/tinywaves/foundry.git",
4242
"type": "git"
4343
},
4444
"sideEffects": false,

0 commit comments

Comments
 (0)