Skip to content

Commit c5206b6

Browse files
committed
chore(cli): link to frameworks to integrate (#849)
1 parent 169b913 commit c5206b6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/actor-core-cli/src/commands/create.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ export async function action(
204204
<Text>cd {wd}</Text>
205205
<Text>{cmd(platformOptions.cmds.run)} dev</Text>
206206
</Box>
207+
207208
{platformOptions.deployable ? (
208209
<>
209210
<Text>▸ To deploy, run</Text>
@@ -212,6 +213,14 @@ export async function action(
212213
</Box>
213214
</>
214215
) : null}
216+
217+
<Text>▸ Integrate your client of choice</Text>
218+
<Box flexDirection="column" marginX={3} marginY={1}>
219+
<Text>React: <Text underline>https://actorcore.org/frameworks/react</Text></Text>
220+
<Text>Node.js & Bun: <Text underline>https://actorcore.org/clients/javascript</Text></Text>
221+
<Text>Rust: <Text underline>https://actorcore.org/clients/rust</Text></Text>
222+
</Box>
223+
215224
<Text>▸ For more information, visit</Text>
216225

217226
<Box flexDirection="column" marginX={3} marginY={1}>

0 commit comments

Comments
 (0)