UNPKG

git-assure

Version:

A tool for analyzing GitHub repositories for sustainability and security risks.

9 lines (8 loc) 281 B
/** * GitHub Repository Analyzer * A tool for analyzing GitHub repositories for sustainability and security risks. * * This module exports the core functionality of the analyzer. */ import { analyzeGitHubRepository } from './src/analyzer'; export { analyzeGitHubRepository };