now using npmts-g
This commit is contained in:
10
ts/npmci.command.ts
Normal file
10
ts/npmci.command.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import "typings-global";
|
||||
import * as plugins from "./npmci.plugins";
|
||||
import {bash} from "./npmci.bash";
|
||||
|
||||
export let command = (commandArg) => {
|
||||
let done = plugins.q.defer()
|
||||
console.log(process.argv);
|
||||
done.resolve();
|
||||
return done.promise
|
||||
}
|
||||
Reference in New Issue
Block a user