Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Custom builds

onur edited this page Jul 26, 2014 · 5 revisions

Component uses component-builder which supports plugins. They can be installed using npm:

npm install component-<plugin>

And, once installed, they can be used during build by listing them as --use option parameters:

component build --use component-<plugin>

Or if you prefer, they can be used directly with builder.js

You might also be interested in some 3rd party component commands - they have their own page