UNPKG

env-check-lite

Version:

Lightweight runtime environment variable validator

16 lines (13 loc) • 401 B
# 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