sveltejs / cli

The Svelte CLI
MIT License
261 stars 11 forks source link

feat: rename `--check-types` to `--[no-]types` #249

Closed AdrianGonz97 closed 3 weeks ago

AdrianGonz97 commented 4 weeks ago

closes #239

Here's how the help menu will look for create:

Usage: sv create [options] [path]

scaffolds a new SvelteKit project

Arguments:
  path                 where the project will be created (default: "/home/koala/Tests/svelte-add-testing")

Options:
  --template <type>    template to scaffold (choices: minimal, demo, library)
  --[no-]types <lang>  add type checking (choices: ts, jsdoc)
  --no-integrations    skip interactive integration installer
  --no-install         skip installing dependencies

Also added the changeset as a minor since this is technically breaking

changeset-bot[bot] commented 4 weeks ago

🦋 Changeset detected

Latest commit: 63d2a007f0c08e00b314e190da8f25c37a5748b2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ---- | ----- | | sv | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

pkg-pr-new[bot] commented 4 weeks ago

Open in Stackblitz

pnpm add https://pkg.pr.new/sveltejs/cli/sv@249

commit: 63d2a00