UNPKG

@cto.ai/ops

Version:

šŸ’» CTO.ai Ops - The CLI built for Teams šŸš€

24 lines (19 loc) • 589 B
if (!process.env.NODE_ENV) { process.env.NODE_ENV = 'production' } const { ux } = require('@cto.ai/sdk') const postInstall = async () => { console.log( `\nšŸŽØ ${ux.colors.multiOrange('Pro Tip!')} ${ux.colors.callOutCyan( 'CTO.ai Ops CLI', )} is best used with a dark background.\n${ux.colors.multiOrange( 'We recommend adjust your CLI background to get the best experience.\n', )}`, ) console.log( `\nšŸ’» Next, you'll need to sign up for an account by running ${ux.colors.italic.dim( 'ops account:signup', )}\n\n`, ) } postInstall()