Package Exports
- @doom-ui/cli
- @doom-ui/cli/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@doom-ui/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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