@@ -29,7 +29,7 @@ Upon installation, you'll be asked the following prompts:
2929❯ MetaMask Smart Accounts Starter
3030 MetaMask Smart Accounts & Delegation Starter
3131 Farcaster Mini App Delegation Starter
32- ERC-7715 Permissions Starter
32+ Advanced Permissions ( ERC-7715) Starter
3333? Pick a package manager: (Use arrow keys)
3434❯ npm
3535 yarn
@@ -50,7 +50,6 @@ The CLI provides the following options to display CLI details, and further custo
5050| ` -h ` or ` --help ` | Display the available options. |
5151| ` --skip-install ` | Skip the installation of dependencies. |
5252| ` --add-web3auth ` | Add [ MetaMask Embedded Wallets (previously Web3Auth)] ( /embedded-wallets ) as a signer for the delegator account.<br />Supported templates:<br />- MetaMask Smart Accounts Starter<br />- MetaMask Smart Accounts & Delegation Starter |
53- | ` --add-llm-rules ` | Add LLM rules for your IDE. Supported in the Experimental: ERC7715 Permissions Starter template. |
5453
5554## Examples
5655
@@ -71,29 +70,11 @@ You'll be prompted to provide additional Web3Auth configuration details:
7170 Sapphire Mainnet
7271```
7372
74- ### LLM rules
75-
76- To create a project with LLM rules tailored to your preferred IDE, use the ` --add-llm-rules ` option with ` @metamask/create-gator-app ` :
77-
78- ``` bash
79- npx @metamask/create-gator-app --add-llm-rules
80- ```
81-
82- You'll be prompted to select your IDE.
83- Currently, only Cursor and Windsurf are supported.
84-
85- ``` bash
86- ? Which IDE' s LLM rules would you like to copy? (Use arrow keys)
87- Cursor
88- Windsurf
89- ❯ Both
90- ```
91-
9273## Supported templates
9374
9475| Template | Next.js | Vite React |
9576| ----------------------------------------------------| ---------| ------------|
9677| MetaMask Smart Accounts Starter | ✅ | ✅ |
9778| MetaMask Smart Accounts & ; Delegation Starter | ✅ | ✅ |
9879| Farcaster Mini App Delegation Starter | ✅ | |
99- | ERC-7715 Permissions Starter | ✅ | |
80+ | Advanced Permissions ( ERC-7715) Starter | ✅ | |
0 commit comments