docs: Improved docs and links (#970)
Co-authored-by: Aaron <aaronklinker1@gmail.com>
This commit is contained in:
Executable
+9
@@ -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
|
||||
Reference in New Issue
Block a user