A package that converts Postman API collection v2.1 into a proper documentated PDF file
npm install postman-documentor> A package that converts Postman API collection v2.1 into a proper documentated PDF file.
> This package assumes you have collection with sub folders at only root level.
> For ex: Collection quiz contains 3 sub collection folders Students, Parents and Teacher.
``sh`
npm i postman-documentor
`sh
var documentor=require("postman-documentor");
let filepath="collection.json";
documentor(filepath);
`
>Output filename will be generated in a folder name "output" and filename will be documentation.pdf.
`sh``
npm run test
š¤ Prabhjot Singh
* Github: @prab409069
Give a āļø if this project helped you!
Copyright Ā© 2020 Prabhjot Singh.
This project is ISC licensed.