@cristian-olivera/openhero
v0.1.5
Published
CLI to add cinematic hero sections from openhero.art to your Next.js project
Maintainers
Readme
🎬 OpenHero
Cinematic Hero Sections for Next.js, installed with a single command.
OpenHero is a curated collection of high-fidelity, adaptive, and biophilic hero sections. Instead of fighting with complex copy-pasting, use our CLI to drop a fully-functional, optimized hero section (including video and dependencies) directly into your project.
🚀 Quick Start
You don't need to install this package. Just run it using your favorite package manager:
1. Browse available heroes
pnpm dlx @cristian-olivera/openhero list
### 2. Add a hero to your project
Run the `add` command followed by the slug of the hero section you want:
```bash
pnpm dlx @cristian-olivera/openhero add payment-operationsIf you are using npm or yarn, you can use:
npx @cristian-olivera/openhero add payment-operations
# or
yarn dlx @cristian-olivera/openhero add payment-operations