This guide assumes, that you are familiar with the use of git, npm and grunt.
- git fork grunt-check-outdated plugin for grunt (https://github.com/db-developer/grunt-check-outdated.git)
- cd into forked grunt-check-outdated directory
- open a shell
- make sure your environment knows about the paths to nodejs
- run
npm install
The code of grunt-check-outdated can be tested. A mocha/istanbul testsuite is provided. See directory test.
Open a shell to run the tests, make sure the environment is set, cd into the forked grunt-check-outdated directory and run: grunt test
With testing (see above) code coverage is available. The results can be found in the dist/coverage folder.
Building can be run by grunt all and requires the build directory.
After a successful build, all resulting files are located in the directory dist.
Do you feel this guide is missing essential information? Found any typos or amused by the translation? Please do not hesitate to file an issue on github!