
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
@liam-hq/cli
Advanced tools
Command-line tool designed to generate a web application that displays ER diagrams. See https://liambx.com/docs/cli
Command-line tool designed to generate a web application that displays ER diagrams.
See https://liambx.com/docs/cli
pnpm run test
To build the CLI for development purposes, run:
pnpm run build
# The executable will be output to dist-cli/bin/cli.js.
After building, you can invoke it locally with:
node ./dist-cli/bin/cli.js erd build --input ./fixtures/input.schema.rb --format schemarb
To make it globally accessible as liam
, use:
pnpm link --global
pnpm dev
This command currently performs the following actions:
erd build --input ./fixtures/input.schema.rb --format schemarb
.schema.json
to the public/
directory and launches the Vite development server.bin/cli.ts
: This is the main CLI script.src/cli/
: Contains the source code for the CLI.fixtures/input.schema.rb
: A sample input file used for testing and development purposes.src/{App,main}.tsx
, index.html
: These files constitute the web application's entry point, which displays ER diagrams.FAQs
Command-line tool designed to generate a web application that displays ER diagrams. See https://liambx.com/docs/cli
The npm package @liam-hq/cli receives a total of 2,020 weekly downloads. As such, @liam-hq/cli popularity was classified as popular.
We found that @liam-hq/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.