A sets of helpers for knockout. Mainly used with the generator-koco
project.
bower install knockout-utilities
This library exposes mainly a function to register knockout components.
var koUtilities = require('koco-utilities');
koUtilities.registerComponent('component_name', {
htmlOnly: boolean, // defines a component which doesn't have a JavaScript backend.
isBower: boolean, // will search bower_components/ folder.
basePath: string // override any path convention to find the component.
});