Skip to content

Commit

Permalink
overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Oct 18, 2024
1 parent 0304f6c commit 3b691df
Show file tree
Hide file tree
Showing 8 changed files with 136 additions and 57 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# awesome-pocketbase

## 1.0.0

### Minor Changes

- 080fe91: Added PocketPorts and pocodex mirror sections
- 080fe91: Added PocketPorts project
- 080fe91: Added PocketPages project
- 080fe91: Added Major Community Projects section
- 080fe91: Added github stars
- 080fe91: Added pocodex project
- 712beb3: Added pocketbase-jsvm
- 1b85d5f: Removed pocketbase-marked (unneeded)
146 changes: 89 additions & 57 deletions README.md

Large diffs are not rendered by default.

Binary file added bun.lockb
Binary file not shown.
2 changes: 2 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"words": [
"gobot",
"JSVM",
"libpb",
"Litestream",
"Nuxt",
"pocketbase",
"pockethost",
"pocketpages",
"Typegen",
"Vimsnake",
"Xpose"
Expand Down
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "awesome-pocketbase",
"version": "1.0.0",
"scripts": {
"lint": "awesome-lint README.md && markdownlint-cli2 README.md && lychee -vv README.md"
},
"devDependencies": {
"awesome-lint": "^1.2.0",
"markdownlint-cli2": "^0.14.0"
}
}

0 comments on commit 3b691df

Please sign in to comment.