Skip to content

Commit 3b691df

Browse files
committed
overhaul
1 parent 0304f6c commit 3b691df

File tree

8 files changed

+136
-57
lines changed

8 files changed

+136
-57
lines changed

.changeset/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/config.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "public",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# awesome-pocketbase
2+
3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- 080fe91: Added PocketPorts and pocodex mirror sections
8+
- 080fe91: Added PocketPorts project
9+
- 080fe91: Added PocketPages project
10+
- 080fe91: Added Major Community Projects section
11+
- 080fe91: Added github stars
12+
- 080fe91: Added pocodex project
13+
- 712beb3: Added pocketbase-jsvm
14+
- 1b85d5f: Removed pocketbase-marked (unneeded)

README.md

+89-57
Large diffs are not rendered by default.

bun.lockb

144 KB
Binary file not shown.

cspell.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"words": [
33
"gobot",
4+
"JSVM",
45
"libpb",
56
"Litestream",
67
"Nuxt",
78
"pocketbase",
89
"pockethost",
10+
"pocketpages",
911
"Typegen",
1012
"Vimsnake",
1113
"Xpose"

package.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "awesome-pocketbase",
3+
"version": "1.0.0",
4+
"scripts": {
5+
"lint": "awesome-lint README.md && markdownlint-cli2 README.md && lychee -vv README.md"
6+
},
7+
"devDependencies": {
8+
"awesome-lint": "^1.2.0",
9+
"markdownlint-cli2": "^0.14.0"
10+
}
11+
}

0 commit comments

Comments
 (0)