New:Socket for Asana Is Now Available.Learn more
Sign In

@fettle/core

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fettle/core

Maintenance-health grading engine: rules, scoring, and report assembly.

Source
npmnpm
Version
4.0.0
Version published
Weekly downloads
1.4K
-0.73%
Maintainers
1
Weekly downloads
 
Created
Source

@fettle/core

npm socket

The maintenance-health grading engine behind Fettle: rules, scoring, the GitHub fetch layer, and report assembly.

pnpm add @fettle/core
import { assess, renderMarkdown } from '@fettle/core';

const report = await assess(['acme/api', 'acme/web'], { token: process.env.GITHUB_TOKEN });

console.log(report.fleet.averageScore);
console.log(renderMarkdown(report));

assess fetches, configures and scores. assessContext scores a RepoContext you already have, with no network involved.

Full documentation, the scoring math, and the report schema: github.com/rumankazi/fettle.

Keywords

github

FAQs

Package last updated on 16 Aug 2026

Related posts