
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
github-readme-to-html
Advanced tools
NPM module to convert GitHub markdown to HTML with GitHub-like styling and static assets. Output is ready to serve via static file hosting like Netlify with a push of a button.
npm install github-readme-to-html
Usage: npx github-readme-to-html [options]
Options:
-i, --input <filename> The input readme/markdown file (default: "README.md")
-d, --dir <dirname> The output directory (default: "./dist")
-o, --output <filename> The output HTML file (default: "index.html")
-s, --style <mode> The style mode to use, either 'light' or 'dark' (default: "light")
-t, --title <title> The page title (default: "Read Me")
-h, --help display help for command
All output goes to ./dist
- dist/
- index.html
- assets/
- .
- .
- .
Input: ORIGINAL.md
Output: https://github-readme-to-html.netlify.app/
Input: ORIGINAL.md
Output: https://github-readme-to-html-darkmode.netlify.app/
To test local changes:
node ./index.js
This project is based on https://github.com/KrauseFx/markdown-to-html-github-style
FAQs
Generate a simple HTML page based on a single markdown file
We found that github-readme-to-html demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.