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
- Host: GitHub
- URL: https://github.com/pablofullana/solhint-watch
- Owner: pablofullana
- License: mit
- Created: 2018-10-09T21:12:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T12:42:31.000Z (over 6 years ago)
- Last Synced: 2025-03-18T13:59:05.569Z (3 months ago)
- Topics: code-quality, linter, solhint, solidity
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/solhint-watch
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```