techscan-0.1.0 is not a library.
Visit the last successful build:
techscan-1.0.2
techscan
techscan is a Rust CLI tool for analyzing and visualizing technology stacks in a directory.
Usage
Cargo
# Install techscan
# Run techscan
===
===
CLI Options
Options
| Option | Short | Description | Default | Example |
|---|---|---|---|---|
--reporter |
-r |
Output format: table, json |
table |
--reporter json |
--exclude |
-e |
Exclude path patterns (can be used multiple times) | - | --exclude "*.test.ts" |
Examples
# Basic scan with table output (default)
# JSON format output
# Exclude specific file patterns
# Multiple excludes with short option
# Combined options
Development
Required
- Rust: >= 1.82.0
Build & Debug
Quality check
Testing
# testing all file
# testing one file
# coverage