14 lines
274 B
TypeScript
14 lines
274 B
TypeScript
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(){
|
|
|
|
};
|