@rushstack/package-extractor
Version:
A library for bundling selected files and dependencies into a deployable package.
10 lines • 652 B
JavaScript
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
Object.defineProperty(exports, "__esModule", { value: true });
const terminal_1 = require("@rushstack/terminal");
const CreateLinksCommandLineParser_1 = require("./cli/CreateLinksCommandLineParser");
const terminal = new terminal_1.Terminal(new terminal_1.ConsoleTerminalProvider({ verboseEnabled: true }));
const parser = new CreateLinksCommandLineParser_1.CreateLinksCommandLineParser(terminal);
parser.executeAsync().catch(terminal.writeErrorLine);
//# sourceMappingURL=start.js.map
;