UNPKG

create-nx-workspace

Version:

Smart Repos ยท Fast Builds

15 lines (14 loc) โ€ข 536 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.printSocialInformation = printSocialInformation; const output_1 = require("./output"); function printSocialInformation() { output_1.output.success({ title: 'Welcome to the Nx community! ๐Ÿ‘‹', bodyLines: [ '๐ŸŒŸ Star Nx on GitHub: https://github.com/nrwl/nx', '๐Ÿ“ข Stay up to date on X: https://x.com/nxdevtools', '๐Ÿ’ฌ Discuss Nx on Discord: https://go.nx.dev/community', ], }); }