Skip to content

Commit c1b4b31

Browse files
committed
Merge branch 'main' of https://github.com/thomascsd/stools
2 parents 8f98cdd + c71ae64 commit c1b4b31

13 files changed

Lines changed: 4063 additions & 23332 deletions

.vscode/launch.json

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
{
2-
// 使用 IntelliSense 以得知可用的屬性。
3-
// 暫留以檢視現有屬性的描述。
4-
// 如需詳細資訊,請瀏覽: https://go.microsoft.com/fwlink/?linkid=830387
5-
"version": "0.2.0",
6-
"configurations": [
7-
8-
{
9-
"type": "pwa-node",
10-
"request": "launch",
11-
"name": "run test",
12-
"skipFiles": [
13-
"<node_internals>/**"
14-
],
15-
"program": "${workspaceFolder}\\test\\DataService.test.ts",
16-
"outFiles": [
17-
"${workspaceFolder}/**/*.js"
18-
]
19-
}
20-
]
21-
}
2+
// 使用 IntelliSense 以得知可用的屬性。
3+
// 暫留以檢視現有屬性的描述。
4+
// 如需詳細資訊,請瀏覽: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "node",
9+
"request": "launch",
10+
"name": "Vitest: Debug Current File",
11+
"program": "${workspaceFolder}/node_modules/vitest/vitest.mjs",
12+
"args": ["run", "${relativeFile}"],
13+
"smartStep": true,
14+
"console": "integratedTerminal"
15+
}
16+
]
17+
}

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
# @thomascsd/stools
22

3-
## Table of Contents
4-
5-
- [About](#about)
6-
- [Getting Started](#getting_started)
7-
- [Docs](#docs)
8-
9-
## About <a name = "about"></a>
10-
113
My Swiss knife
124

13-
## Getting Started
14-
155
Folowing features:
166

177
- Accessing Airtable to perform CRUD operations
8+
- ESM-compatible output
189

1910
### Deep dependency
2011

0 commit comments

Comments
 (0)