Skip to content

Npm package to rename a Cubbles artifact within a webpackage

Notifications You must be signed in to change notification settings

cubbles/cubx-rename-artifact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cubx-rename-artifact

Build Status

Module for renaming an artifact of a webpackage.

Usage:

Command line:

cubx-rename-artifact -p <webpackagPath> -a <artifactId> -n <newArtifactId>

Other npm modules

var webpackagePath = ...
var artifactId = ...
var newArtifactId = ...
var ArtifactRenamer = requiere('cubx-rename-artifact');
var artifactRenamer = new ArtifactRenamer(webpackagePath);
artifactRenamer.renameArtifact(artifactId, newArtifactId);

About

Npm package to rename a Cubbles artifact within a webpackage

Resources

Stars

Watchers

Forks

Packages

No packages published