docs: Improved docs and links (#970)

Co-authored-by: Aaron <aaronklinker1@gmail.com>
This commit is contained in:
Okinea Dev
2024-09-22 16:45:30 +03:00
committed by GitHub
parent db60e79a99
commit a82c7cbf71
4 changed files with 63 additions and 17 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
#
# Generate code in README.md and sync it with wxt/packages/README.md for NPM
#
pnpm dlx automd
echo "<!-- DO NOT EDIT, THIS FILE WAS GENERATED BY '../../scripts/generate-readmes.sh' -->" > packages/wxt/README.md
cat README.md >> packages/wxt/README.md