Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/warningimhack3r/create-wih-app

An opinionated type-safe SvelteKit starter
https://github.com/warningimhack3r/create-wih-app

npm-package starter sveltekit tailwindcss

Last synced: 23 days ago
JSON representation

An opinionated type-safe SvelteKit starter

Awesome Lists containing this project

README

        

> [!WARNING]
> Since the Svelte 5 release is out and [the new `sv`](https://github.com/sveltejs/cli) has been released, this project is no longer relevant.
> `sv` has 90%+ of the features of this package, and is official and community-open.

# create-wih-app

![NPM Version](https://img.shields.io/npm/v/create-wih-app)
![NPM Downloads](https://img.shields.io/npm/dw/create-wih-app)
![GitHub License](https://img.shields.io/github/license/WarningImHack3r/create-wih-app)

An opinionated type-safe SvelteKit starter.



https://github.com/WarningImHack3r/create-wih-app/assets/43064022/90ec4147-e75f-4dbd-b6b5-0c0f61b2c2b8

## Features

- Choose between TypeScript and JavaScript with JSDoc
- Out-of-the-box TailwindCSS setup, supporting TypeScript
- Pre-configured ESLint and Prettier
- Automation with Renovate, Husky, and GitHub Actions
- ...and more!

## Usage

### npm

```sh
npm create wih-app@latest
```

### pnpm

```sh
pnpm create wih-app@latest
```

### bun

```sh
bun create wih-app@latest
```

### yarn

```sh
yarn create wih-app
```

## License

MIT