Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Generate beautiful HTML reports from oxlint output

License

NotificationsYou must be signed in to change notification settings

justforuse/oxlint-html-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate beautiful HTML reports from oxlint output.

demo

Installation

npm install -g oxlint-html-reporter

Usage

Pipe oxlint JSON output directly to oxlint-html:

npx oxlint -f=json| oxlint-html

This will createoxlint-report.html in the current directory. You can specify a different output file:

npx oxlint -f=json| oxlint-html custom-report.html

Programmatic Usage

import{generateReport}from'oxlint-html-reporter';awaitgenerateReport('input.json','output.html');

Features

  • Beautiful, modern UI using Tailwind CSS
  • Summary statistics
  • Detailed error and warning information
  • File locations and code references
  • Responsive design
  • Zero dependencies for the HTML output

License

MIT

About

Generate beautiful HTML reports from oxlint output

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp