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 initAdd 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