Skip to content
/ rdme Public
forked from readmeio/rdme

ReadMe's official CLI and GitHub Action wrapper

License

Notifications You must be signed in to change notification settings

koxa-io/rdme

Repository files navigation

rdme - ReadMe's API CLI

This is a CLI wrapper around ReadMe's HTTP API.

CircleCI

Installation

npm install rdme

Usage

Uploading a new Swagger file to ReadMe

rdme swagger {path-to-swagger.json} --key={api-key}

Editing an existing Swagger file

rdme swagger {path-to-swagger.json} --key={api-key} --id={existing-id}

Syncing a folder of markdown docs to ReadMe

rdme docs path-to-markdown-files --key={api-key} --version={project-version}

Future

We will be expanding and modifying the feature set of this program as/when we expand our public API. Some things will be changed.

About

ReadMe's official CLI and GitHub Action wrapper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.9%
  • JavaScript 1.1%