fexjs
Version:
A lightweight and powerful Fetch API wrapper with interceptors, cancel tokens, and timeout support.
32 lines (29 loc) • 781 B
Markdown
# Contributing to fexjs
## 💡 How to Contribute
1. Fork this repository.
2. Clone your fork.
```sh
git clone https://github.com/yourusername/fexjs.git
```
3. Create a new branch for your feature.
```sh
git checkout -b feature/new-feature
```
4. Make changes and test.
```sh
npm install
npm run build
```
5. Commit and push.
```sh
git commit -m "✨ Added new feature"
git push origin feature/new-feature
```
6. Open a Pull Request!
## 🛠 Code Style
- Use **TypeScript** (`.ts` files).
- Follow **ESLint & Prettier** formatting.
- Write **descriptive commit messages**.
## 🤝 Community
- Join discussions in [Issues](https://github.com/yourusername/fexjs/issues).
- Report bugs or suggest features.",