Skip to content

feat: add --help and --version options #646

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

Merged
merged 2 commits into from
Dec 23, 2024
Merged
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
chore: update descriptions for feature flags [skip ci]
  • Loading branch information
haoqunjiang committed Dec 23, 2024
commit 6a93b7aa514e808c7663c0b81bc4f8d87ae62e92
6 changes: 3 additions & 3 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ Available feature flags:
--default
Create a project with the default configuration without any additional features.
--ts, --typescript
Add TypeScript Support.
Add TypeScript support.
--jsx
Add JSX Support.
Add JSX support.
--router, --vue-router
Add Vue Router for SPA development.
--pinia
Expand All @@ -103,7 +103,7 @@ Available feature flags:
--eslint
Add ESLint for code quality.
--eslint-with-prettier
Add Prettier for code formatting.
Add Prettier for code formatting in addition to ESLint.

Unstable feature flags:
--tests, --with-tests
Expand Down