JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q64909F

CLI for Doom UI

Package Exports

  • @doom-ui/cli

Readme

Doom UI CLI

CLI for the Doom UI component library.

This package is still under development and is not yet ready for production use.

Initialize project

npx @doom-ui/cli@latest init
yarn @doom-ui/cli@latest init
pnpx @doom-ui/cli@latest init
bunx @doom-ui/cli@latest init
deno @doom-ui/cli@latest init

Add components to project

npx @doom-ui/cli@latest add <component>
yarn @doom-ui/cli@latest add <component>
pnpx @doom-ui/cli@latest add <component>
bunx @doom-ui/cli@latest add <component>
deno @doom-ui/cli@latest add <component>

Install globally

npm install -g @doom-ui/cli
yarn add -g @doom-ui/cli
pnpm add -g @doom-ui/cli
bun add -g @doom-ui/cli
deno add -g @doom-ui/cli