Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.
/ raml2postman Public archive

Coverts RAML specs to Postman Collections (v1 of the collection format)

License

Notifications You must be signed in to change notification settings

postmanlabs/raml2postman

Repository files navigation

A RAML to POSTMan converter.

Usage examples: Read spec.raml and store the output in output.json after grouping the requests into folders ./raml2postman -s spec.raml -o output.json -g

Read spec.raml and print the output to the console
    ./raml2postman -s spec.raml

Read spec.raml and print the prettified output to the console
    ./raml2postman -s spec.raml -p

About

Coverts RAML specs to Postman Collections (v1 of the collection format)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published