Automated tasks for public.js
This plugin requires Grunt ~0.4.1
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
The public.js task operates in 2 modes: scaffold and lint.
###scaffold
Scaffold mode will take a public.js parse tree and apply it against a template. This is useful for generating unit test scaffolding, or documentation.
###lint
The lint mode takes a public.js parse tree and scans it for accessor errors, and unexpected or missing export objects.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
BETA release. Please help this project become more stable.