Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 22 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# CVE Lite CLI

Fast, developer-friendly vulnerability scanning for JavaScript and TypeScript projects.
<div align="center">
<img src="./assets/logo-with-title.png" alt="CVE Lite CLI" width="320"/>

<h1>CVE Lite CLI</h1>
<p>Fast, developer-friendly vulnerability scanning for JavaScript and TypeScript projects.</p>

<strong>Scan. Prioritize. Fix.</strong>

<p>
<a href="#quick-start">Quick Start</a> •
<a href="#features">Features</a> •
<a href="#usage">Usage</a> •
<a href="CONTRIBUTING.md">Contributing</a>
</p>

</div>

---

## What is CVE Lite CLI

**CVE Lite CLI** helps developers scan their projects for known package vulnerabilities without signing up for an expensive platform. It is built for the moment right before release, when you want a clear answer, a practical fix plan, and a tool you can actually afford to use.

Expand All @@ -24,7 +42,7 @@ Or run it one-off with `npx`:
npx cve-lite-cli /path/to/project
```

Common examples:
## Usage

```bash
# Basic scan
Expand Down Expand Up @@ -139,7 +157,7 @@ The goal is to keep vulnerability scanning practical, understandable, and easy t
- **release-focused**
It is especially useful before a release, in CI, or during final dependency cleanup.

## Core features
## Features

### 1. Lockfile-based scanning

Expand Down
Binary file added assets/all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-with-title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/medium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading