Skip to content

Commit 2dd20fb

Browse files
committed
Replace placeholders
1 parent 5ef433e commit 2dd20fb

File tree

3 files changed

+14
-23
lines changed

3 files changed

+14
-23
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 {{me}}
3+
Copyright (c) 2026 Alexander Rafferty
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,27 @@
11
<p>
2-
<img width="100%" src="https://assets.solidjs.com/banner?type={{name_of_lib}}&background=tiles&project=%20" alt="{{name_of_lib}}">
2+
<img width="100%" src="https://assets.solidjs.com/banner?type=solid-tabular&background=tiles&project=%20" alt="solid-tabular">
33
</p>
44

5-
# {{name_of_lib}}
5+
# solid-tabular
66

77
[![pnpm](https://img.shields.io/badge/maintained%20with-pnpm-cc00ff.svg?style=for-the-badge&logo=pnpm)](https://pnpm.io/)
88

9-
{{desc_of_lib}}
10-
11-
> **Note** After using this template, you have to search and replace all `{{name_of_lib}}` and similar strings
12-
> with appropriate texts.
13-
>
14-
> `{{name_of_lib}}` should be a **kebab-case** string representing the name of you monorepo.
15-
>
16-
> `{{desc_of_lib}}` should be a **Normal case** string with the description of the repository.
17-
>
18-
> `{{me}}` should be a **kebab-case** string from your profile URL.
9+
Spreadsheet-like table UI
1910

2011
## Quick start
2112

2213
Install it:
2314

2415
```bash
25-
npm i {{name_of_lib}}
16+
npm i solid-tabular
2617
# or
27-
yarn add {{name_of_lib}}
18+
yarn add solid-tabular
2819
# or
29-
pnpm add {{name_of_lib}}
20+
pnpm add solid-tabular
3021
```
3122

3223
Use it:
3324

3425
```tsx
35-
import {{name_of_lib}} from '{{name_of_lib}}'
26+
import solid-tabular from 'solid-tabular'
3627
```

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "{{name_of_lib}}",
2+
"name": "solid-tabular",
33
"version": "0.0.0",
4-
"description": "{{desc_of_lib}}",
4+
"description": "Spreadsheet-like table UI",
55
"license": "MIT",
6-
"author": "{{me}}",
6+
"author": "Rafferty97",
77
"contributors": [],
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/{{me}}/{{name_of_lib}}.git"
10+
"url": "git+https://github.com/Rafferty97/solid-tabular.git"
1111
},
12-
"homepage": "https://github.com/{{me}}/{{name_of_lib}}#readme",
12+
"homepage": "https://github.com/Rafferty97/solid-tabular#readme",
1313
"bugs": {
14-
"url": "https://github.com/{{me}}/{{name_of_lib}}/issues"
14+
"url": "https://github.com/Rafferty97/solid-tabular/issues"
1515
},
1616
"files": [
1717
"dist"

0 commit comments

Comments
 (0)