Skip to content

πŸ“¦ CLI tool that automatically converts Node.js routes to Postman collections - handles path/query/body params, and generates ready-to-import JSON with route config.

Notifications You must be signed in to change notification settings

KelvinTee58/node-postman-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

πŸ“˜ Documentation

Documentation has been moved to the /doc directory:

πŸ“ All future documentation updates will take place inside the /doc folder.


πŸ“Œ Tip: You can still install the tool using:

npm install node-postman-generator --save-dev
npx node-postman-generator -i ./routes -o ./postman/collection.json

πŸ§‘β€πŸ§‘β€πŸ§’β€πŸ§’ Contributors

About

πŸ“¦ CLI tool that automatically converts Node.js routes to Postman collections - handles path/query/body params, and generates ready-to-import JSON with route config.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published