1.1.0 • Published 6 months ago

postmanreadmegen v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

PostmanReadmeGen

PostmanReadmeGen is a tool that generates documentation from Postman collections into README files. It creates two sections within the README:

  1. Summary: A concise summary of the Postman collection.
  2. Detailed: This section includes detailed information from the collection.

Installation

To get started, import generateTrees and provide a folder with your Postman collections.

import { generateTrees } from 'postmanreadmegen';
generateTrees('collection');

Then simply run node yourfile.js.

Contributing

Contributions are welcome. Feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License, which you can read in the LICENSE file.

Author

  • Author: Siarhei Zavadski
1.1.0

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago