Skip to content
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(create-vite): add help usage #16390

Merged
merged 8 commits into from
Jun 17, 2024

Commits on Apr 9, 2024

  1. Create help argument

    - help argument will be used as "--help" and by default it is false
    edvardsanta committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5f401f1 View commit details
    Browse the repository at this point in the history
  2. Create function to display help

    - i want to find a way to decouple the text from the code
    edvardsanta committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b560ccf View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Modified display

    - Using alias to define template and help
    edvardsanta committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    47392ba View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Decouple help message for improved maintainability

    - To improve maintainability, the help message has been moved to a separate file.
    - Implemented the suggestions provided in the pull request.
    edvardsanta committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    adfcd0e View commit details
    Browse the repository at this point in the history
  2. modified test

    edvardsanta committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    442b883 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fbc89f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    4a760d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    41fe022 View commit details
    Browse the repository at this point in the history