A userscript (viz. Greasemonkey/Tampermonkey/Violentmonkey script) project template with codecov, coveralls, ESLint, github_changelog_generator, istanbul, JSDoc, and mocha.
It is the template that I am using for my own userscript projects, which represents my current preferences. I am not advocating for these choices nor this template specifically, although I am happy to discuss or explain any choices made herein. It is being published both for my own convenience and in case it may be useful to others with similar tastes.
It is based on my Node Project Template.
This userscript can be installed by following the instructions to install in Greasemonkey, install in Tampermonkey, or install in any other userscript manager using:
https://raw.githubusercontent.com/kevinoid/userscript-template/master/script-name.user.js
Contributions are welcome and very much appreciated! Please add tests where
possible and ensure npm test passes.
If the desired change is large, complex, backwards-incompatible, can have significantly differing implementations, or may not be in scope for this project, opening an issue before writing the code can avoid frustration and save a lot of time and effort.
This project is available under the terms of the MIT License.