# create-untitled-app

> My personal template for creating SvelteKit apps.

Latest version **1.4.0** (published 2023-11-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install create-untitled-app
pnpm add create-untitled-app
yarn add create-untitled-app
bun add create-untitled-app
```

Provides the command `create-untitled-app`.

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.0 |
| Published | 2023-11-25 |
| First published | 2022-11-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 6 |
| Unpacked size | 24.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | j4cegh |
| Maintainers | rosen2419 |
| Keywords | typescript, postcss, tailwindcss, sveltekit |

## Links

- npm: https://www.npmjs.com/package/create-untitled-app
- npm.io page: https://npm.io/package/create-untitled-app

## Dependencies (6)

- [chalk](https://npm.io/package/chalk.md) ^5.1.2
- [fs-extra](https://npm.io/package/fs-extra.md) ^10.1.0
- [inquirer](https://npm.io/package/inquirer.md) ^9.1.4
- [commander](https://npm.io/package/commander.md) ^9.4.1
- [type-fest](https://npm.io/package/type-fest.md) ^3.2.0
- [typescript](https://npm.io/package/typescript.md) ^4.8.4

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.4.0 (latest) — 2023-11-25
- 1.3.1 — 2023-08-13
- 1.3.0 — 2023-08-13
- 1.2.0 — 2023-04-29
- 1.1.8 — 2022-12-16
- 1.1.7 — 2022-12-16
- 1.1.6 — 2022-12-16
- 1.1.5 — 2022-11-16
- 1.1.4 — 2022-11-15
- 1.1.3 — 2022-11-15
- 1.1.1 — 2022-11-15
- 1.1.0 — 2022-11-15
- 1.0.5 — 2022-11-14
- 1.0.3 — 2022-11-14
- 1.0.2 — 2022-11-14
- … 2 more at https://npm.io/package/create-untitled-app/versions

## README

# create-untitled-app

My personal template for creating SvelteKit apps.

# Getting started

```
npx create-untitled-app@latest
```

or

```
npm create untitled-app@latest
```

If no name is specified, you'll be asked for one after running the command.

# Purpose

The template's purpose is to deliver a (cue the buzz-words) typesafe, modern and feature-rich SvelteKit experience.

# Includes

- [SvelteKit](https://kit.svelte.dev/)
- [TypeScript](https://www.typescriptlang.org/)
- [PostCSS](https://postcss.org/)  
    - [Tailwind CSS](https://tailwindcss.com/)  
        - (I use [svelte-add](https://github.com/svelte-add)'s [tailwindcss](https://github.com/svelte-add/tailwindcss) to add them both, props to them, speeds up the process!)
- [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/)

# Why is it untitled?

Can't think of a name right now.

# Inspried by

create-react-app, create-t3-app and other templates

---
_Source: https://npm.io/package/create-untitled-app · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
