Skip to content

cubbles/cubx-webpackage-rte-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Npm package to update the version of cubx.core.rte for every usage in given webpackage

Resources

Stars

Watchers

Forks

Packages

No packages published