# create-warp-app

> Create a new Warp project.

Latest version **0.2.0** (published 2020-07-19) · MIT license · 0 weekly downloads

## Install

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

Provides the command `create-warp-app`.

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2020-07-19 |
| First published | 2020-06-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 175.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Tobias Herber |
| Maintainers | tobihrbr |

## Links

- npm: https://www.npmjs.com/package/create-warp-app
- Repository: https://github.com/varld/warp
- Homepage: https://github.com/varld/warp#readme
- Issues: https://github.com/varld/warp/issues
- npm.io page: https://npm.io/package/create-warp-app

## Dependencies (7)

- [mri](https://npm.io/package/mri.md) ^1.1.5
- [sade](https://npm.io/package/sade.md) ^1.7.3
- [execa](https://npm.io/package/execa.md) ^4.0.2
- [fs-extra](https://npm.io/package/fs-extra.md) ^9.0.1
- [@types/execa](https://npm.io/package/@types/execa.md) ^2.0.0
- [@types/fs-extra](https://npm.io/package/@types/fs-extra.md) ^9.0.1
- [is-yarn-installed](https://npm.io/package/is-yarn-installed.md) ^1.0.0

## Recent versions

- 0.2.0 (latest) — 2020-07-19
- 0.1.2-beta — 2020-06-08
- 0.1.1-beta — 2020-06-08
- 0.1.0-beta — 2020-06-08

## README

# Create Warp App

Create Warp app is a simple cli for generating new Warp projects, with TypeScript and all dependencies already set up. 

## Usage

```bash
# in your project directory
npx create-warp-app
```

No you have a clean new Warp application.

### Without Tests

If you don't want or need tests, you can opt out of the automatically generated tests.

```bash
# in your project directory
npx create-warp-app --no-tests
```

### In a specific directory

```bash
npx create-warp-app ./project-directory
```

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