import "typings-global";
import * as plugins from "./npmci.plugins";
import {prepare} from "./npmci.prepare";
import {bash} from "./npmci.bash";
import * as env from "./npmci.env";

export let tag = function(commandOptionArg){
    
}

export let retag = function(){
    
};