17a5f93e1c
I was using a larger-than-usual terminal window and noticed the output was still wrapped to 78 characters. This uses process.stdout.columns if available to set the CLI wrap value. (minus two pixels to preserve a similar padding effect as using 78 over 80). |
||
---|---|---|
bin | ||
docs | ||
src | ||
tasks | ||
tests | ||
.babelrc | ||
.eslintrc | ||
.gitignore | ||
.jscsrc | ||
.npmrc | ||
.nvmrc | ||
.travis.yml | ||
Gruntfile.js | ||
LICENSE | ||
README.md | ||
package.json | ||
webpack.config.js |
README.md
addons-validator
The Add-ons Validator, JS edition.
Required node version
Node v0.12.x or greater is required. Using nvm is probably the easiest way to manage multiple node versions side by side. See nvm on github for more details.
Install dependencies
Install dependencies with npm:
npm install
Dependencies are automatically kept up-to-date using greenkeeper.
Testing
Tests use grunt
but don't require global grunt
. Just run:
npm test