UNPKG

@amberjs/cli

Version:

Amber.js command line interface

20 lines (17 loc) 1.07 kB
const { VERSION } = require('../../config'); const logo = ` . * .. . * * * * @()Ooc()* o . /$$$$$$ /$$ (Q@*0CG*O() ___ /$$__ $$ | $$ |\\_________/|/ _ \\ | $$ \\ $$ /$$$$$$/$$$$ | $$$$$$$ /$$$$$$ /$$$$$$ | | | | | / | | | $$$$$$$$| $$_ $$_ $$| $$__ $$ /$$__ $$ /$$__ $$ | | | | | | | | | $$__ $$| $$ \\ $$ \\ $$| $$ \\ $$| $$$$$$$$| $$ \\__/ | | | | | | | | | $$ | $$| $$ | $$ | $$| $$ | $$| $$_____/| $$ | | | | | | | | | $$ | $$| $$ | $$ | $$| $$$$$$$/| $$$$$$$| $$ | | | | | | | | |__/ |__/|__/ |__/ |__/|_______/ \\_______/|__/ | | | | | \\_| | | | | | |\\___/ Amber version ${VERSION} |\\_|__|__|_/| Stratpoint Technologies Inc. \\_________/ `; module.exports = logo;