UNPKG

create-vite-pp

Version:

CLI to scaffold a Vite + React + Tailwind project with JS/TS option

31 lines (30 loc) 588 B
{ "name": "create-vite-pp", "version": "1.0.11", "description": "CLI to scaffold a Vite + React + Tailwind project with JS/TS option", "main": "./bin/index.js", "type": "module", "dependencies": { "prompts": "^2.4.2", "shelljs": "^0.10.0" }, "engines": { "node": ">=14.0.0" }, "scripts": { "start": "node create-vite-react-tailwind.js" }, "bin": { "create-vite-pp": "./bin/index.js" }, "keywords": [ "vite", "react", "tailwind", "cli", "typescript", "javascript" ], "author": "Pritam Paul", "license": "MIT" }