Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sveltejs/cli
The Svelte CLI
https://github.com/sveltejs/cli
cli sv svelte svelte-migrate
Last synced: about 7 hours ago
JSON representation
The Svelte CLI
- Host: GitHub
- URL: https://github.com/sveltejs/cli
- Owner: sveltejs
- License: mit
- Created: 2024-08-15T20:32:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T10:32:02.000Z (11 days ago)
- Last Synced: 2025-01-04T19:02:37.134Z (7 days ago)
- Topics: cli, sv, svelte, svelte-migrate
- Language: TypeScript
- Homepage: https://svelte.dev/docs/cli
- Size: 1.52 MB
- Stars: 289
- Watchers: 8
- Forks: 18
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Chat](https://img.shields.io/discord/457912077277855764?label=chat&logo=discord)](https://svelte.dev/chat)
# sv - the Svelte CLI
Read the [SvelteKit documentation](https://svelte.dev/docs/kit) for more details about getting started with a newly created app.
### Packages
| Package | Changelog | Documentation |
| ---------------------------------- | ------------------------------------------ | ------------------------------------------------------- |
| [sv](packages/cli) | [Changelog](packages/cli/CHANGELOG.md) | [Documentation](https://svelte.dev/docs/cli/overview) |
| [svelte-migrate](packages/migrate) | [Changelog](packages/migrate/CHANGELOG.md) | [Documentation](https://svelte.dev/docs/cli/sv-migrate) |## Contributing
Please file an issue for discussion before sending a PR for a new add-on. Most new add-ons will likely be recommended to be implemented as community add-ons. This repository will only hold a very limited number of add-ons at the maintainers discretion that address widely held needs, are considered best-in-class, and are widely used in the Svelte community.
## Supporting Svelte
Svelte is an MIT-licensed open source project with its ongoing development made possible entirely by fantastic volunteers. If you'd like to support their efforts, please consider:
- [Becoming a backer on Open Collective](https://opencollective.com/svelte).
## License
[MIT](https://github.com/sveltejs/kit/blob/main/LICENSE)
## 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 the Svelte CLI. You can find the original `sv` package at [`@chbrown/sv`](https://www.npmjs.com/package/@chbrown/sv).