node-postman-generator
Version:
π¦ CLI tool that automatically converts Express.js routes to Postman collections - handles path/query/body params, and generates ready-to-import JSON with route config.
34 lines (21 loc) β’ 1.02 kB
Markdown
# π Node Postman Generator
Welcome to the Node Postman Generator project!
This is a CLI-based tool designed to help Node.js developers convert Express-style routes into ready-to-use Postman collections.
If you think this project is helpful to you, I hope you can contribute a [starβ](https://github.com/KelvinTee58/node-postman-generator)
## π Documentation
Documentation has been moved to the `/doc` directory:
- π¨π³ [δΈζδ½Ώη¨θ―΄ζ](./doc/README_CN.md)
- π [English Documentation](./doc/README.md)
> π All future documentation updates will take place inside the `/doc` folder.
---
π Tip: You can still install the tool using:
```bash
npm install node-postman-generator --save-dev
```
```bash
npx postman-generator -i ./routes -o ./postman/collection.json
```
## π§βπ§βπ§βπ§ Contributors
<a href="https://github.com/KelvinTee58/node-postman-generator/graphs/contributors">
<img src="https://contrib.rocks/image?repo=KelvinTee58/node-postman-generator" />
</a>