create-nx-workspace
Version:
15 lines (14 loc) โข 536 B
JavaScript
;
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',
],
});
}