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 aftermanWe should now be able to access the application on http://localhost:8000
Made with the β€οΈ and of course with these great tools