ring-ucs-theme-builder

1.3.2 • Public • Published

Ucs Theme Builder

RING Library used to build UCS themes from modules

Example usage

var themebuilder = require('ring-ucs-theme-builder');
 
themebuilder.download('/theme/path', '/modules/destination/path', function (err, modules) {
    console.log(err, modules);
});
 
themebuilder.build('/theme/path', '/modules/path', '/theme/merged/destination/path', function (err, modules) {
    console.log(err, modules);
});

/ring-ucs-theme-builder/

    Package Sidebar

    Install

    npm i ring-ucs-theme-builder

    Weekly Downloads

    32

    Version

    1.3.2

    License

    ISC

    Unpacked Size

    16.3 kB

    Total Files

    8

    Last publish

    Collaborators

    • dreamlab-bot
    • kuebk
    • wareczek
    • flantive