New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

raml2pdf-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raml2pdf-cli

RAML to PDF documentation generator

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

RAML to PDF

Downloads NPM version js-standard-style

A simple RAML to PDF documentation generator, written for Node.js. It a command line version of raml2pdf and was inspired by raml2html and raml2md.

Install

npm i -g raml2pdf-cli

Usage

raml2pdf-cli input.raml output.pdf
raml2pdf-cli -e /path/to/wkhtmltopdf input.raml output.pdf
raml2pdf-cli --help
raml2pdf-cli --version

Example output

Please see https://rawgit.com/cheindl/raml2pdf-cli/master/examples/example.pdf for a live example.

RAML version support

Currently RAML 0.8 version is fully supported.

Contributing

raml2pdf-cli is an open source project and your contribution is very much appreciated.

  • Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
  • Fork the repository on Github and make your changes on the develop branch (or branch off of it). Please retain the code style that is used in the project and npm run lint before committing.
  • Add an example of the new feature to example.raml (if applicable)
  • Send a pull request (with the develop branch as the target).

If your pull request is merged feel free to ask for push access. We want to get more maintainers! If you do have push access, please still work on feature branches and create pull requests, which then get reviewed. You can also review other people's pull requests and be involved in that way.

License

raml2html is available under the MIT license. See the LICENSE file for more info.

Keywords

RAML

FAQs

Package last updated on 27 Jul 2016

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