Skip to content

Commit 0a4f2c2

Browse files
committed
chore: several adjustments
1 parent dfeb93c commit 0a4f2c2

File tree

10 files changed

+28
-22
lines changed

10 files changed

+28
-22
lines changed

.vscode/dictionary.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ commitlint
1010
commitlintrc
1111
composables
1212
davidanson
13+
dbaeumer
1314
degit
1415
deps
1516
destructurable
17+
dtsx
1618
entrypoints
1719
heroicons
20+
iconify
1821
lockb
1922
openweb
2023
outdir
@@ -23,11 +26,14 @@ Postcardware
2326
prefetch
2427
preinstall
2528
quickfix
29+
shikijs
2630
socio
2731
Solana
2832
Spatie
2933
stacksjs
34+
twoslash
3035
typecheck
36+
unocss
3137
unplugin
3238
unref
3339
upath

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="https://github.com/stacksjs/bun-spreadsheets/blob/main/.github/art/cover.jpg" alt="Social Card of this Bun Spreadsheets repo"></p>
1+
<p align="center"><img src="https://github.com/stacksjs/ts-spreadsheets/blob/main/.github/art/cover.jpg" alt="Social Card of this Bun Spreadsheets repo"></p>
22

33
[![npm version][npm-version-src]][npm-version-href]
44
[![GitHub Actions][github-actions-src]][github-actions-href]
@@ -24,13 +24,13 @@ Easily generate spreadsheets, like CSVs and Excel files.
2424
## 🤖 Usage
2525

2626
```bash
27-
bun install bun-spreadsheets
27+
bun install ts-spreadsheets
2828
```
2929

3030
Now, you can use it in your project:
3131

3232
```ts
33-
import { createSpreadsheet, spreadsheet } from 'bun-spreadsheets'
33+
import { createSpreadsheet, spreadsheet } from 'ts-spreadsheets'
3434

3535
// Create a spreadsheet
3636
const data = {
@@ -187,7 +187,7 @@ await spreadsheet(data).store('output.xlsx')
187187
await spreadsheet(data).generateExcel().store('output.xlsx')
188188
```
189189

190-
To view the full documentation, please visit [https://stacksjs.org/docs/bun-spreadsheets](https://stacksjs.org/docs/bun-spreadsheets).
190+
To view the full documentation, please visit [https://stacksjs.org/docs/ts-spreadsheets](https://stacksjs.org/docs/ts-spreadsheets).
191191

192192
## 🧪 Testing
193193

@@ -222,13 +222,13 @@ Many thanks to the following core technologies & people who have contributed to
222222

223223
## 📄 License
224224

225-
The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/bun-spreadsheets/tree/main/LICENSE.md) for more information.
225+
The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/ts-spreadsheets/tree/main/LICENSE.md) for more information.
226226

227227
Made with 💙
228228

229229
<!-- Badges -->
230-
[npm-version-src]: https://img.shields.io/npm/v/bun-spreadsheets?style=flat-square
231-
[npm-version-href]: https://npmjs.com/package/bun-spreadsheets
230+
[npm-version-src]: https://img.shields.io/npm/v/ts-spreadsheets?style=flat-square
231+
[npm-version-href]: https://npmjs.com/package/ts-spreadsheets
232232
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/stacksjs/ts-starter/ci.yml?style=flat-square&branch=main
233233
[github-actions-href]: https://github.com/stacksjs/ts-starter/actions?query=workflow%3Aci
234234

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default withPwa(
6262
defineConfig({
6363
lang: 'en-US',
6464
title: 'ts-spreadsheets',
65-
description: 'Easily generate spreadsheets, like CSVs and Excel files.',
65+
description: 'Easily manage spreadsheets. CSV & Excel.',
6666
metaChunk: true,
6767
cleanUrls: true,
6868

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ layout: home
33

44
hero:
55
name: "ts-spreadsheets"
6-
text: "A typescript spreadsheet Library"
7-
tagline: "Easily generate spreadsheets, like CSVs and Excel files."
6+
text: "A TypeScript Spreadsheet Library"
7+
tagline: "Easily manage spreadsheets. CSVs & Excel."
88
image: /images/logo-white.png
99
actions:
1010
- theme: brand

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Bun
44

55
```bash
6-
bun install bun-spreadsheets
6+
bun install ts-spreadsheets
77
```
88

99
_We are looking to publish this package npm under the name `ts-spreadsheets`. We are also hoping npm will release the name for us._

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Many thanks to the following core technologies & people who have contributed to
4242

4343
## 📄 License
4444

45-
The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/bun-spreadsheets/tree/main/LICENSE.md) for more information.
45+
The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/ts-spreadsheets/tree/main/LICENSE.md) for more information.
4646

4747
Made with 💙
4848

docs/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Now, you can use it in your project:
44

55
```ts
6-
import { createSpreadsheet, spreadsheet } from 'bun-spreadsheets'
6+
import { createSpreadsheet, spreadsheet } from 'ts-spreadsheets'
77

88
// Create a spreadsheet
99
const data = {
@@ -160,4 +160,4 @@ await spreadsheet(data).store('output.xlsx')
160160
await spreadsheet(data).generateExcel().store('output.xlsx')
161161
```
162162

163-
To view the full documentation, please visit [https://stacksjs.org/docs/bun-spreadsheets](https://stacksjs.org/docs/bun-spreadsheets).
163+
To view the full documentation, please visit [https://stacksjs.org/docs/ts-spreadsheets](https://stacksjs.org/docs/ts-spreadsheets).
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import type { ESLintConfig } from '@stacksjs/eslint-config'
12
import stacks from '@stacksjs/eslint-config'
23

3-
export default stacks({
4+
const config: ESLintConfig = stacks({
45
stylistic: {
56
indent: 2,
67
quotes: 'single',
@@ -9,7 +10,6 @@ export default stacks({
910
typescript: true,
1011
jsonc: true,
1112
yaml: true,
12-
ignores: [
13-
'fixtures/**',
14-
],
1513
})
14+
15+
export default config

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"description": "Easily generate spreadsheets, like CSVs and Excel files.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",
8-
"homepage": "https://github.com/stacksjs/bun-spreadsheets#readme",
8+
"homepage": "https://github.com/stacksjs/ts-spreadsheets#readme",
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/stacksjs/bun-spreadsheets.git"
11+
"url": "git+https://github.com/stacksjs/ts-spreadsheets.git"
1212
},
1313
"bugs": {
14-
"url": "https://github.com/stacksjs/bun-spreadsheets/issues"
14+
"url": "https://github.com/stacksjs/ts-spreadsheets/issues"
1515
},
1616
"keywords": [
1717
"spreadsheet",

test/spreadsheets.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { afterEach, beforeEach, describe, expect, it } from 'bun:test'
33
import { existsSync, unlinkSync } from 'node:fs'
44
import { createSpreadsheet, spreadsheet } from '../src/index'
55

6-
describe('bun-spreadsheets', () => {
6+
describe('ts-spreadsheets', () => {
77
let testData: Content
88

99
beforeEach(() => {

0 commit comments

Comments
 (0)