UNPKG

flagpole

Version:

Simple and fast DOM integration, headless or headful browser, and REST API testing framework.

29 lines 883 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const cli_helper_1 = require("./cli-helper"); const cli_1 = require("./cli"); function about() { cli_1.Cli.hideBanner = true; cli_helper_1.printHeader(); cli_helper_1.printSubheader("About Flagpole JS"); cli_1.Cli.log(""); cli_1.Cli.log("Created and Open Sourced by FloSports"); cli_1.Cli.log(""); cli_1.Cli.log("Credits:"); cli_1.Cli.list([ "Jason Byrne", "Russell Brewer", "Arianne Archer", "Karl Snyder", "Alex Pierce", "John Sickels", "Will Reynolds" ]); cli_1.Cli.log(""); cli_1.Cli.log("More info: http://www.flagpolejs.com"); cli_1.Cli.log("Source: https://www.npmjs.com/package/flagpole"); cli_1.Cli.log(""); cli_1.Cli.exit(0); } exports.about = about; //# sourceMappingURL=about.js.map