Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

rdd

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdd

Preview your `README.md` locally as it would appear on Github, with live updating. Useful for Readme Driven Development.


Version published
Weekly downloads
287
decreased by-11.15%
Maintainers
1
Weekly downloads
 
Created
Source

rdd.js npm Version Build Status

Preview your README.md locally as it would appear on Github, with live updating. Useful for Readme Driven Development.

Quick start

Requires Node.js.

$ ls
README.md
$ npm i -g rdd
$ rdd -o
Serving on localhost:8888

Here we’re using the -o flag to open the rendered page in our default web browser. The page will be updated automatically when we change README.md.

Usage

Usage: rdd [file] [options]

File:
  If not specified, tries to find a Readme file (eg. README.md) in the
  current directory.

Options:
  -o, --open BROWSER  Open the rendered Markdown file in the specified browser.
                      Uses your default browser if not specified.
  -p, --port PORT     Set the port to serve the rendered file. Serves on port
                      8888 if not specified.
  -h, --help          Print this message.

Installation

Install via npm:

$ npm i -g rdd

Known issues

  • Syntax highlighting for code blocks (using Highlight.js) is slightly different from what Github actually uses
  • Does not support Task Lists

Prior art

  • Grip is a similar tool written in Python

Changelog

  • 0.1.0
    • Initial release

License

MIT

Keywords

FAQs

Package last updated on 27 May 2015

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc