nexus-ilegacy
Version:
Tool to import your legacy libraries to Nexus OSS.
13 lines (11 loc) • 394 B
JavaScript
/**
* @license
* Copyright (c) 2017 Mauricio Gemelli Vigolo. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/mauriciovigolo/nexus-ilegacy/blob/master/LICENSE
*/
var NiLegacy = require('../lib/nilegacy');
var args = process.argv.slice(2);
var nil = new NiLegacy(args);