1.2.0 • Published 5 years ago

cubx-webpackage-rte-update v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

cubx-webpackage-rte-update

Build Status

Module for updating the rte version references of the current webpackage.

Usage:

Command

cubx-webpackage-rte-update -p <webpackagePath> -V <newRteVersion>

Other npm modules

var webpackagePath = 'path/to/webpackage';
var newRteVersion = '1.0.0';

var RteUpdater = require('cubx-webpackage-rte-update');
var rteUpdater = new RteUpdater(webpackagePath);
rteUpdater.updateRteInWebpackage(newRteVersion);