A CLI tool to fetch README content from GitHub repositories by URL or stdin. Version 1.0.0 is the latest stable release. This package provides a simple command-line interface to quickly retrieve README files, supporting piped input and direct URL arguments. It's useful for developers who want to view repository READMEs without opening a browser. However, the package is in maintenance mode with no active development since 2019.
npm install fetch-readmeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Fetches and prints the README from a GitHub repository URL.
Ensure URL is a valid GitHub repository URL.
Use alternative libraries like @octokit/rest if you need to fetch READMEs programmatically.
Run 'npx fetch-readme <url>' or install globally with 'npm i -g fetch-readme'.
Provide a valid GitHub repository URL, e.g., https://github.com/user/repo.
No dependency data recorded yet.