tiny-querystring
Version:
Tiny parsing and formatting URL query strings for Node.js and browser
37 lines (21 loc) • 577 B
Markdown
# Contributing
## Issues
Please provide a minimal, reproducible test-case.
## Pull Requests
Follow the instructions on the Pull Request Template (shown when you open a new PR) and make sure you've done the following:
- [ ] Add & update tests
- [ ] Ensure CI is passing (lint, tests)
- [ ] Update relevant documentation and/or examples
## Setup
This package uses [yarn](https://yarnpkg.com) for development dependency management. Ensure you have it installed before continuing.
```sh
yarn
```
## Running Tests
```sh
yarn test
```
## Building
```sh
yarn build
```