You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
> **⚠️ Experimental:** This wizard is still in an experimental phase.
6
6
> If you have any feedback, please drop an email to **joshua**[at]**posthog**[dot]**com**.
7
7
8
-
<h1>PostHog Wizard</h1>
9
-
<h4>The PostHog Wizard helps you quickly add PostHog to your project.</h4>
8
+
<h1>PostHog Wizard ✨</h1>
9
+
<h4>The PostHog Wizard helps you quickly add PostHog to your project using AI.</h4>
10
10
11
11
# Usage
12
12
@@ -16,21 +16,21 @@ To use the wizard, you can run it directly using:
16
16
npx @posthog/wizard
17
17
```
18
18
19
-
Currently the wizard can be used for Next.js only. If you have other platforms you would like the wizard to support, please open a [GitHub issue](https://github.com/posthog/wizard/issues)!
19
+
Currently the wizard can be used for React & Next.js projects. If you have other integrations you would like the wizard to support, please open a [GitHub issue](https://github.com/posthog/wizard/issues)!
|`--integration`| Choose the integration to setup | choices | Select integration during setup | "nextjs", "react"|`POSTHOG_WIZARD_INTEGRATION`|
31
+
|`--force-install`| Force install the SDK NPM package (use with caution!) | boolean |`false`|||
32
+
|`--install-dir`| Relative path to install in | string |`.`||`POSTHOG_WIZARD_INSTALL_DIR`|
33
+
|`--region`| PostHog region to use | choices || "us", "eu" |`POSTHOG_WIZARD_REGION`|
34
+
|`--default`| Select the default option for all questions automatically (where possible) | boolean |`false`||`POSTHOG_WIZARD_DEFAULT`|
35
35
36
36
> Note: A large amount of the scaffolding for this came from the amazing Sentry wizard, which you can find [here](https://github.com/getsentry/sentry-wizard) 💖
0 commit comments