@pandacss/cli
v2.0.0-beta.2
Published
CLI for Panda CSS, powered by the Rust compiler
Readme
@pandacss/cli
The Panda CSS command-line interface, powered by the Rust compiler. Ships the panda and pandacss binaries.
Most users should install @pandacss/dev instead, which re-exports this
CLI alongside the config helpers. Install @pandacss/cli directly if you only need the binary.
Installation
npm install -D @pandacss/cliUsage
panda init # scaffold a config
panda dev # watch files and rebuild
panda build # generate the styled-system and CSS
panda check # check generated files without writing
panda info # show project and compiler info
panda doctor # check config + diagnostics
panda debug # write debug artifacts for bug reports
# Advanced
panda codegen # generate the styled-system only
panda cssgen # generate CSS only
panda buildinfo # emit a portable build manifestUse --log-level silent|error|warn|info|debug to control CLI output. Compiler tracing is separate: --trace,
--trace-output (fmt summary or chrome-json file), and --trace-file.
Documentation
Visit the Panda CSS documentation to learn more.
License
MIT © Chakra Systems Inc.
