0.2.0 • Published 4 years ago

create-warp-app v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Create Warp App

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

Usage

# 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.

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

In a specific directory

npx create-warp-app ./project-directory