README fetch for github repository A small tool to fetch and parse README content from GitHub repository Install: npm install readme-fetch Usage: import { FetchReadme } from 'readme-fetch' const text = await FetchReadme('https://github.com/ExampleUser/ExampleRepo')