cdb-cli
v0.0.2
Published
A ComponentDB CLI client to install components directly in your project.
Maintainers
Readme
ComponentDB-CLI
A command-line interface (CLI) tool for seamlessly installing and managing components in your project using ComponentDB.
Installation
Install and use the ComponentDB-CLI directly via npm:
bunx cdb-cli loginNote: Ensure you have Node.js and npm (or Bun) installed before running the command.
Building from Source
To build the CLI from source, follow these steps:
bun install
bun run build
chmod +x dist/main.jsThis will install dependencies, compile the project, and make the output executable.
Usage
After installation or building, you can use the CLI to:
- Authenticate with ComponentDB:
cdb-cli login - Install components:
cdb-cli install <component-name> - Explore additional commands:
cdb-cli --help
