itsalb3rt / afterman

πŸŒ• Create beutiful docs in markdown and HTML from postman collection

Home Page:https://afterman.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mars Afterman

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.

Main view

Main view

Table of content

Rules

The collection must be exported in version 2.1 and the requests must be organized in folders.

postman collection demo image

After this there is nothing else! πŸ˜„


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 ❀️ and of course with these great tools

About

πŸŒ• Create beutiful docs in markdown and HTML from postman collection

https://afterman.netlify.app

License:MIT License


Languages

Language:Vue 61.5%Language:JavaScript 34.0%Language:HTML 1.8%Language:Sass 1.8%Language:Dockerfile 0.9%