-
Notifications
You must be signed in to change notification settings - Fork 8
feat(#351 | create hypergraph): buildout create-hypergraph cli tool to scaffold a Hypergraph-enabled app #364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(#351 | create hypergraph): buildout create-hypergraph cli tool to scaffold a Hypergraph-enabled app #364
Conversation
… hypergraph monorepo
…raph-app cli tool
….whited/feat-351/create-hypergraph-app-cli
….whited/feat-351/create-hypergraph-app-cli
…stall deps, initialize git
….whited/feat-351/create-hypergraph-app-cli
…o root workspace
… with a log line instead of error message
….whited/feat-351/create-hypergraph-app-cli
There was a problem hiding this comment.
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??
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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!
…h test suite which initializes git
There was a problem hiding this 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 👏
Description
Builds a
create-hypergraph
cli tool that allows devs to scaffold a hypergraph-enabled app using a provided template.Examples:
Note
create-hypergraph-app
->create-hypergraph
, which resulted in a lot of file name changes in the changeset. Those can be ignored. The bulk is theapps/create-hypergraph/src/Cli.ts
file. Focus your efforts thereCloses #351