UNPKG

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
# πŸš€ 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>