JSPM

@queaxtra/zvelte

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q36377F
  • License MIT

A CLI tool to quickly scaffold SvelteKit projects with Shadcn UI, Tailwind CSS, and i18n support.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@queaxtra/zvelte) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @queaxtra/zvelte

    Zvelte is a command-line interface (CLI) tool designed to streamline the creation of new SvelteKit projects. It provides a rapid way to scaffold projects by cloning a pre-configured, production-ready template that integrates Shadcn UI, Tailwind CSS, and i18n (internationalization) support, offering a robust and modern foundation for web application development.

    Installation

    To use Zvelte, you don't need to install it globally. You can directly use bunx to run the CLI tool.

    Usage

    To create a new SvelteKit project using Zvelte, open your terminal and run the following command:

    bunx @queaxtra/zvelte create <project-directory>

    Replace <project-directory> with the desired name for your new project.

    Example:

    bunx @queaxtra/zvelte create my-svelte-app

    This command will:

    1. Clone the sveltekit-shadcn-template repository into the specified directory.
    2. Set up your new SvelteKit project with all the pre-configured features.

    After the project is created, navigate into your new project directory and install the dependencies:

    cd my-svelte-app
    bun install # npm install, yarn install, pnpm install

    Then, you can start the development server:

    bun run dev # npm run dev, yarn dev, pnpm dev

    Contributing

    Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request on the GitHub repository.

    License

    This project is licensed under the MIT License. See the LICENSE file for details.