https://github.com/hahnlee/stamped
Swagger.json to Postman.json cli
https://github.com/hahnlee/stamped
cli go postman swagger
Last synced: 5 months ago
JSON representation
Swagger.json to Postman.json cli
- Host: GitHub
- URL: https://github.com/hahnlee/stamped
- Owner: hahnlee
- License: mit
- Created: 2019-04-21T17:37:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T17:52:49.000Z (almost 7 years ago)
- Last Synced: 2025-06-08T18:57:37.220Z (9 months ago)
- Topics: cli, go, postman, swagger
- Language: Go
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)