## Development

### Installation

```bash
git clone https://github.com/jbuget/image-url-checker.git
cd image-url-checker
npm install
npm test
```

### Versionning

```bash
npm version [major|minor|patch]
npm publish
```
