Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make the code more maintainable by using alphabetical sorting instead
I would love to mention Vanilla TS, Vite, Node.js, Deno and Bun... but that would be repetitive and overly wordy. 

eg: https://vite.new/vanilla-ts
  • Loading branch information
FossPrime authored Mar 25, 2023
commit 2b4dabf399fd5dd4fc2fc035c8e948d64b28ed20
2 changes: 1 addition & 1 deletion packages/generators/src/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const generate = (ctx: AppGeneratorArguments) =>
type: 'confirm',
when: ctx.client === undefined,
message: (answers) => `Generate ${answers.language === 'ts' ? 'end-to-end typed ' : ''}client?`,
suffix: chalk.grey(' Can be used with React, Vue, React Native, Angular, Node.js etc.')
suffix: chalk.grey('Can be used anywhere TypeScript is supported, like Angular/React/Vue, etc')
},
{
type: 'list',
Expand Down