INACTIVE - http://mzl.la/ghe-archive - main node app validator module for manifest and icons
Перейти к файлу
Jennifer Fong 623bdea02c version bump 2014-09-10 11:14:40 -07:00
libwrappers central validation module - initial commit 2014-08-20 12:21:23 -07:00
test fixed tests 2014-09-10 11:14:27 -07:00
.gitignore central validation module - initial commit 2014-08-20 12:21:23 -07:00
README.md pass custom url module as an option 2014-09-10 11:13:47 -07:00
config.json-dist central validation module - initial commit 2014-08-20 12:21:23 -07:00
index.js pass custom url module as an option 2014-09-10 11:13:47 -07:00
package.json version bump 2014-09-10 11:14:40 -07:00

README.md

Firefox App Validator (central module)

This node module runs both the manifest and icon validation rules.

Configuration setup

If you are using a custom 'fs' or 'url' module instead of the node one, then you can override the paths to these modules in config.json using config.json-dist as the sample.

Example

var validator = require('firefox-app-validator-central');

validator('/path/to/manifest.webapp', { url: false, packaged: false }, function (err, results) {
  console.log(results);
});

// First argument is a path to the manifest file, second argument is where you can override node's URL module and/or set a packaged app

License

Mozilla Public License Version 2.0