UNPKG

176 BJavaScriptView Raw
1#!/usr/bin/env node
2
3'use strict';
4
5// 命令行执行sudo npm link注册为命令
6const Command = require('../lib/index');
7const commander = new Command();
8commander.start();