Tool to check sentiment in source code, to look for negative/risky development practices. Using:
- NodeJS 8.x
- Sentiment
Install the cli:
npm install -g
Running the tool:
risk --path='examples/**/*(*.js|*.css|*.scss|*.html|*.py)' --log=-3
For more information please contact kmturley