UNPKG

883 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const cli_helper_1 = require("./cli-helper");
4const cli_1 = require("./cli");
5function about() {
6 cli_1.Cli.hideBanner = true;
7 cli_helper_1.printHeader();
8 cli_helper_1.printSubheader("About Flagpole JS");
9 cli_1.Cli.log("");
10 cli_1.Cli.log("Created and Open Sourced by FloSports");
11 cli_1.Cli.log("");
12 cli_1.Cli.log("Credits:");
13 cli_1.Cli.list([
14 "Jason Byrne",
15 "Russell Brewer",
16 "Arianne Archer",
17 "Karl Snyder",
18 "Alex Pierce",
19 "John Sickels",
20 "Will Reynolds"
21 ]);
22 cli_1.Cli.log("");
23 cli_1.Cli.log("More info: http://www.flagpolejs.com");
24 cli_1.Cli.log("Source: https://www.npmjs.com/package/flagpole");
25 cli_1.Cli.log("");
26 cli_1.Cli.exit(0);
27}
28exports.about = about;
29//# sourceMappingURL=about.js.map
\No newline at end of file