maxkueng / gh-rtfm

Writes the README content of a GitHub repo to stdout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gh-rtfm

A command-line tool that writes the README content of a GitHub repository to stdout.

Usage

gh-rtfm <user>/<repo>

Installation

npm install gh-rtfm -g

Examples

Save to file:

gh-rtfm substack/node-browserify > browserify.md

Works great with vmd:

gh-rtfm substack/node-browserify | vmd

Read about vmd in vmd:

gh-rtfm yoshuawuyts/vmd | vmd

License

MIT

About

Writes the README content of a GitHub repo to stdout

License:MIT License


Languages

Language:JavaScript 100.0%