Export beautiful docs in Markdown and HTML from postman collection
- 👻 No Backend
- 🔧 No configuration
- 🔥 Customize the output of your documentation (Include Dark mode)
- 🎉 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.
The collection must be exported in version 2.1 and the requests must be organized in folders.
After this there is nothing else! 😄
$ git clone https://github.com/itsalb3rt/afterman.git
$ cd afterman
$ npm install
$ quasar dev
$ quasar build
$ 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
Made with the ❤️ and of course with these great tools