pccs_drone_screen
v1.0.4
Published
CLI tool to scaffold drone screen projects with React + shadcn/ui
Downloads
429
Readme
PCCS Sentinel - Drone Screen Development CLI
Scaffold a single-screen responsive drone display application with React + shadcn/ui + Vite.
Installation
# Recommend (from npmjs.org mirror)
npm install pccs_drone_screen -g
# Install globally
npm install -g .
# or with yarn
yarn global add file:.Usage
pccs_drone_screen create <project-name>Example:
pccs_drone_screen create myappThis will:
- Create a
myapp/directory with the full project template. - Run
yarn installto install all dependencies. - Print next steps.
Then:
cd myapp
yarn startTemplate Features
| Feature | Detail |
|---|---|
| Framework | React 18 + TypeScript |
| Styling | Tailwind CSS v3 + shadcn/ui |
| Build | Vite 5 |
| Routing | React Router v6 |
| Theme | Dark (default) |
| Scroll policy | Strictly disabled — single-screen only |
| Responsive | Full viewport, scales with clamp() + Tailwind |
Requirements
- Node.js ≥ 18
- Yarn
