From 2e8ea6e868c2cc12d23c2b444997e4dbe45d65e4 Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Sun, 6 Apr 2025 15:44:49 -0700 Subject: [PATCH] chore(cli): clean up create-actor output --- .../actor-core-cli/src/commands/create.tsx | 33 ++++++++++--------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/packages/actor-core-cli/src/commands/create.tsx b/packages/actor-core-cli/src/commands/create.tsx index 304b57bed..7f35b698c 100644 --- a/packages/actor-core-cli/src/commands/create.tsx +++ b/packages/actor-core-cli/src/commands/create.tsx @@ -197,10 +197,10 @@ export async function action( ))} )} - + ▸ To get started, run - + cd {wd} {cmd(platformOptions.cmds.run)} dev @@ -208,28 +208,31 @@ export async function action( {platformOptions.deployable ? ( <> ▸ To deploy, run - + {cmd(platformOptions.cmds.run)} deploy ) : null} - ▸ Integrate your client of choice - - React: https://actorcore.org/frameworks/react - Node.js & Bun: https://actorcore.org/clients/javascript - Rust: https://actorcore.org/clients/rust - - ▸ Documentation - - - https://actorcore.org/ + + + Overview + React + Node.js & Bun + Rust + + + https://actorcore.org/overview + https://actorcore.org/frameworks/react + https://actorcore.org/clients/javascript + https://actorcore.org/clients/rust + - ▸ Support ActorCore, give us a star + ▸ Star ActorCore on GitHub - + https://github.com/rivet-gg/actor-core