indxel-cli 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/bin.js +1517 -278
- package/dist/bin.js.map +1 -1
- package/dist/index.js +1517 -278
- package/dist/index.js.map +1 -1
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -46,7 +46,7 @@ npx indxel-cli index https://yoursite.com
|
|
|
46
46
|
|
|
47
47
|
### `indxel init`
|
|
48
48
|
|
|
49
|
-
Scaffold SEO boilerplate in your Next.js
|
|
49
|
+
Scaffold SEO boilerplate in your project (Next.js, Nuxt, Remix, Astro, SvelteKit).
|
|
50
50
|
|
|
51
51
|
```bash
|
|
52
52
|
npx indxel-cli init
|
|
@@ -341,7 +341,7 @@ Blocks `git push` if critical SEO errors are found. No CI setup required.
|
|
|
341
341
|
## Requirements
|
|
342
342
|
|
|
343
343
|
- Node.js >= 18
|
|
344
|
-
-
|
|
344
|
+
- Supported frameworks for `check` and `init`: Next.js (App Router), Nuxt 3, Remix, Astro, SvelteKit
|
|
345
345
|
- Any website for `crawl`, `index`, and `keywords`
|
|
346
346
|
|
|
347
347
|
---
|