Skip to content

Conversation

@tusharmagar
Copy link
Collaborator

  • added better prompting
  • updated example
  • added --sync-example to get rowboat examples

@vercel
Copy link

vercel bot commented Nov 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
rowboat Ready Ready Preview Comment Nov 21, 2025 1:56pm

const imported = await importExample(exampleName);

// Build output message
const output = [
Copy link
Contributor

Choose a reason for hiding this comment

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

lets move all of this post-processing inside importExample() itself

- remove output messages from app.js and moved them into importExample
}
)
.command(
"list-example",
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: should be list-examples (plural)

}
)
.command(
"sync-example <example>",
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: should be called import-example <name>

Copy link
Contributor

Choose a reason for hiding this comment

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

need to remove the diff for this file

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.

3 participants