0.2.0 • Published 5 years ago
create-warp-app v0.2.0
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-appNo 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-testsIn a specific directory
npx create-warp-app ./project-directory