Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hahnlee/stamped

Swagger.json to Postman.json cli
https://github.com/hahnlee/stamped

cli go postman swagger

Last synced: 28 days ago
JSON representation

Swagger.json to Postman.json cli

Awesome Lists containing this project

README

        

# Stamped
Swagger to Postman.json

# Installation
```
brew tap hahnlee/brew
brew install stamped
```

# Usage
```
stamped --config config.json --url YOUR_URL --out SAVE_FILE_NAME
```
OR
```
stamped --config config.json --file SWAGGER_JSON.json --out SAVE_FILE_NAME
```

## Config file
```json
{
"swagger": {
"version": "2.0"
},
"postman": {
"version": "2.1",
"host": "HOST-URL"
}
}
```

# License
[MIT](./LICENSE)