-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: improve readme * remove community adders from root readme * remove `@latest` tag * Update packages/cli/README.md Co-authored-by: Ben McCann <[email protected]> --------- Co-authored-by: AdrianGonz97 <[email protected]> Co-authored-by: Ben McCann <[email protected]>
- Loading branch information
1 parent
7081e7a
commit ccf9acc
Showing
2 changed files
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
# sv - the Svelte CLI | ||
|
||
A command line interface (CLI) for creating and maintaining [Svelte](https://svelte.dev) applications. Just run... | ||
A command line interface (CLI) for creating and maintaining [Svelte](https://svelte.dev) applications. Just run: | ||
|
||
```bash | ||
npx sv | ||
``` | ||
|
||
...and follow the prompts. | ||
|
||
## Acknowledgements | ||
|
||
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). | ||
|
||
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). | ||
|
||
## Changelog | ||
|
||
[Changelog](./CHANGELOG.md) | ||
|
||
## License | ||
|
||
[MIT](../../LICENSE) |