https://github.com/vinitshahdeo/postman-schema-editor
Edit your Postman Schema directly into VS Code
https://github.com/vinitshahdeo/postman-schema-editor
Last synced: about 2 months ago
JSON representation
Edit your Postman Schema directly into VS Code
- Host: GitHub
- URL: https://github.com/vinitshahdeo/postman-schema-editor
- Owner: vinitshahdeo
- Created: 2020-12-04T04:44:16.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-20T13:16:41.000Z (over 3 years ago)
- Last Synced: 2025-06-26T02:04:22.038Z (3 months ago)
- Language: JavaScript
- Size: 263 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Postman Schema Editor : a VSCode Extension to edit Postman Schemas
A VSCode extension that allows you to edit your Postman Schemas in editor and publish your schema changes to Postman from VSCode editor itself.
## Setup
To run locally,
- Get [Postman API Key](https://learning.postman.com/docs/developer/intro-api/#generating-a-postman-api-key) and update `settings.json` of VSCode editor
- Run `npm install`
- Follow [this](https://code.visualstudio.com/api/get-started/your-first-extension#debugging-the-extension) to run the extension locally
## Contributors
- [@shreys7](https://github.com/shreys7)
- [@saialekhya-postman](https://github.com/saialekhya-postman)
- [@vinitshahdeo](https://github.com/vinitshahdeo)