@viberails/scanner
v0.6.14
Published
Project scanning for viberails
Readme
@viberails/scanner
Project scanner for viberails. Detects framework, language, tooling, directory structure, naming conventions, and codebase statistics from an existing JS/TS project.
Installation
npm install @viberails/scannerUsage
import { scan } from '@viberails/scanner';
const result = await scan('./my-project');
// result.stack, result.structure, result.conventions, result.statisticsEach detected convention includes a confidence level (high, medium, low) based on consistency across your files.
Documentation
See the main repository for full documentation.
License
MIT
