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: 11 months ago
JSON representation
An opinionated type-safe SvelteKit starter
- Host: GitHub
- URL: https://github.com/warningimhack3r/create-wih-app
- Owner: WarningImHack3r
- License: mit
- Created: 2024-02-04T21:27:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T17:06:32.000Z (about 2 years ago)
- Last Synced: 2024-04-14T04:28:31.382Z (about 2 years ago)
- Topics: npm-package, starter, sveltekit, tailwindcss
- Language: TypeScript
- Homepage: https://npmjs.com/package/create-wih-app
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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



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