diff --git a/README.md b/README.md index bc19ea18..fc33f186 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,24 @@ -# CVE Lite CLI -Fast, developer-friendly vulnerability scanning for JavaScript and TypeScript projects. +
+ CVE Lite CLI + +

CVE Lite CLI

+

Fast, developer-friendly vulnerability scanning for JavaScript and TypeScript projects.

+ + Scan. Prioritize. Fix. + +

+ Quick Start • + Features • + Usage • + Contributing +

+ +
+ +--- + +## 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. @@ -24,7 +42,7 @@ Or run it one-off with `npx`: npx cve-lite-cli /path/to/project ``` -Common examples: +## Usage ```bash # Basic scan @@ -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 diff --git a/assets/all.png b/assets/all.png new file mode 100644 index 00000000..c16b16e5 Binary files /dev/null and b/assets/all.png differ diff --git a/assets/favicon.png b/assets/favicon.png new file mode 100644 index 00000000..62b0817d Binary files /dev/null and b/assets/favicon.png differ diff --git a/assets/logo-with-title.png b/assets/logo-with-title.png new file mode 100644 index 00000000..419a63fe Binary files /dev/null and b/assets/logo-with-title.png differ diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 00000000..40546a60 Binary files /dev/null and b/assets/logo.png differ diff --git a/assets/medium.png b/assets/medium.png new file mode 100644 index 00000000..14b3b601 Binary files /dev/null and b/assets/medium.png differ diff --git a/assets/small.png b/assets/small.png new file mode 100644 index 00000000..3b86a452 Binary files /dev/null and b/assets/small.png differ