builder.js
Component lint tool, validates your components against the Component Spec
Installation
$ npm install component-lint
Usage
Validate a component:
$ component-lint
warn : .license should be set (MIT)
Use the --verbose
flag to see more detail.
TODO
Eventually this should try to be more helpful and offer solutions to common problems.
License
MIT