Awesome
Afterman
Export beautiful docs in Markdown and HTML from postman collection
- :ghost: No Backend
- :wrench: No configuration
- :fire: Customize the output of your documentation (Include Dark mode)
- :tada: Only HTML, CSS and Javascript (Quasar Framework power)
Note: The tool covers the basic options of a collection, variables, description, headers, body, routes, as needs arise more things will be added.
Main view
Table of content
Rules
The collection must be exported in version 2.1 and the requests must be organized in folders.
After this there is nothing else! :smile:
Get started
$ git clone https://github.com/itsalb3rt/afterman.git
$ cd afterman
Install the dependencies
$ npm install
Start the app in development mode (hot-code reloading, error reporting, etc.)
$ quasar dev
Build the app for production
$ quasar build
Docker
$ docker build -t afterman .
$ docker run -d --name afterman -p 8000:80 --rm afterman
We should now be able to access the application on http://localhost:8000
Tools
Made with the :heart: and of course with these great tools