danger-plugin-mentor
Level up your programming skills by getting bite-sized tips and tricks in your pull requests.
Usage
Install:
yarn add danger-plugin-mentor --dev
At a glance:
// dangerfile.js
import mentor from 'danger-plugin-mentor'
mentor()
You can specify an array of string tags to filter the shown tips:
mentor(["testing", "agile"])
Changelog
See the GitHub release history.
Contributing
See CONTRIBUTING.md.