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 support for custom init commands (create-vue, Nuxt, and SvelteKit) #9406

Merged
merged 7 commits into from
Aug 26, 2022

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    1a325cb View commit details
    Browse the repository at this point in the history
  2. chore: use upper-case display name for frameworks too

    So that the casing is consistent between frameworks and variants
    sodatea committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    d5f3198 View commit details
    Browse the repository at this point in the history
  3. feat: support more options with custom init commands

    Added a few convention here:
    1. Options with custom init commands should have the name starting with
    `custom-`;
    2. The custom init command can have a placeholder called `TARGET_DIR`,
    as the target directory for the project to be created in.
    sodatea committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    6bc8220 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

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

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    9847658 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a153e9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98c6aad View commit details
    Browse the repository at this point in the history