# 🚀 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>
