An open API service indexing awesome lists of open source software.

https://github.com/pablofullana/solhint-watch

Watch your repo and run Solhint on every change
https://github.com/pablofullana/solhint-watch

code-quality linter solhint solidity

Last synced: 2 months ago
JSON representation

Watch your repo and run Solhint on every change

Awesome Lists containing this project

README

        

# Solhint Watch

So, you love [Solhint](https://protofire.github.io/solhint/)? Well, we all do. Now, let **Solhint Watch** put an eye on your repo and lint every change.

## Requirements

- `solhint`
- `node`

## Getting started

### NPM

- `npm i -g solhint-watch`

### Yarn

- `yarn global add solhint-watch`

## Features

- Watches current directory and runs Solhint upon every file change (just for the updated file)
- Press `enter` to run Solhint for the whole directory

## Usage
```
solhint-watch
```