Skip to content

Conversation

cmwhited
Copy link
Collaborator

@cmwhited cmwhited commented Jul 23, 2025

Description

Builds a create-hypergraph cli tool that allows devs to scaffold a hypergraph-enabled app using a provided template.

Examples:

# interactive mode
pnpm create hypergraph@latest

# fully configured
pnpm create hypergraph@latest --template vite-react --package-manager pnpm my-hypergraph-app

# skip installing deps
pnpm create hypergraph@latest --template vite-react --package-manager pnpm --skip-install-deps my-hypergraph-app

# skip initializing git
pnpm create hypergraph@latest --template vite-react --package-manager pnpm --skip-initialize-git my-hypergraph-app

Note

  • I renamed the directory from create-hypergraph-app -> create-hypergraph, which resulted in a lot of file name changes in the changeset. Those can be ignored. The bulk is the apps/create-hypergraph/src/Cli.ts file. Focus your efforts there

Closes #351

cmwhited added 23 commits July 21, 2025 16:54
@cmwhited cmwhited requested a review from nikgraf July 23, 2025 21:56
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nikgraf I had claude generate this. wasn't sure how to get changesets to do it??

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think for the initial release it doesn't need these details? What do you think?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nikgraf @kmjones1979 this is pretty cool. had claude generate a llms.txt for the create-hypergraph tool with the intent of making it be what AI tools select if the user wants to spin up a hypergraph app, or a local-first app.
Curious on y'all's thoughts tho

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is aweeeesome, wanted to do something like this anyway soon. great job!

Copy link
Collaborator

@nikgraf nikgraf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

really great work @cmwhited 👏

@nikgraf nikgraf merged commit d4b26ce into main Jul 24, 2025
6 checks passed
@nikgraf nikgraf deleted the chris.whited/feat-351/create-hypergraph-app-cli branch July 24, 2025 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add hypergraph create command to hypergraph-cli

2 participants