@azng/lk
v0.2.4
Published
asdasd
Downloads
2
Readme
liftkit
A lightweight CLI tool to simplify component management and configuration for your Next.js project.
🚀 Installation
Install liftkit as a development dependency:
npm install @chainlift/liftkit --save-dev🛠️ CLI Usage
Run liftkit --help to view available commands:
npx liftkit --helpInitialize Your Project
Set up your Next.js repo with sensible defaults using:
npx liftkit initBy default, all prompts will default to "yes" (just press Enter to accept). Use the --yes flag to skip all confirmations:
npx liftkit init --yesAdd Components
Use the add command to import components from a remote LiftKit JSON manifest:
liftkit add https://liftkit.pages.dev/all.json