@bravemobile/react-native-code-push
Version:
React Native plugin for the CodePush service
22 lines (18 loc) • 986 B
JavaScript
export function showLogo() {
const logo = `
+------------------------------------------------------------------+
| |
| ______ __ ____ __ |
| / ____/___ ____/ /__ / __ \\__ _______/ /_ |
| / / / __ \\/ __ / _ \\/ /_/ / / / / ___/ __ \\ |
| / /___/ /_/ / /_/ / __/ ____/ /_/ (__ ) / / / |
| \\____/\\____/\\__,_/\\___/_/ \\__,_/____/_/ /_/ |
| |
| |
| 🚀 @bravemobile/react-native-code-push |
+------------------------------------------------------------------+
Please refer to help command for more information.
(interactive mode is not supported yet.)
`;
console.log(logo);
}