env-check-lite
Version:
Lightweight runtime environment variable validator
16 lines (13 loc) ⢠401 B
Markdown
# Contributing to env-check
š Thanks for your interest in contributing!
## š How to Contribute
1. Fork the repository
2. Clone your fork
```bash
git clone https://github.com/jaynil-zala/env-check.git
```
3. Create a branch
``` git checkout -b feature/my-feature
```
Make your changes (run **npm run build** before committing)
Push your branch & open a Pull Request