Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Aug 16, 2024
1 parent 3e604a0 commit 8df6278
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ import { create } from 'sv';

await create('my-new-app', {
name: 'my-new-app',
template: 'default', // or 'skeleton' or 'skeletonlib'
types: 'checkjs', // or 'typescript' or null;
prettier: false,
eslint: false,
playwright: false,
vitest: false
template: 'default' // or 'skeleton' or 'skeletonlib'
});
```

Expand All @@ -32,7 +27,7 @@ await create('my-new-app', {

Thank you to [Christopher Brown](https://github.com/chbrown) who originally owned the `sv` name on npm for graciously allowing it to be used for this package. You can find the original `sv` package at [`@chbrown/sv`](https://www.npmjs.com/package/@chbrown/sv).

Thank you to [J](https://github.com/babichjacob) for starting the community-led `svelte-add` project, which — together with `create-svelte` — was a precursor to this one.
This project was formed by merging the `create-svelte` and `svelte-add` CLIs. Thank you to [J](https://github.com/babichjacob) for starting the community-led `svelte-add` project and to the [`svelte-add` contributors](https://github.com/svelte-add/svelte-add/graphs/contributors).

## License

Expand Down

0 comments on commit 8df6278

Please sign in to comment.