@engie-group/fluid-design-system-react
Version:
Fluid Design System React
20 lines (17 loc) • 996 B
JavaScript
var logLevel = process.env.npm_config_loglevel;
var logLevelDisplay = ['silent', 'error', 'warn'].indexOf(logLevel) > -1;
// The message will not be shown if npm's log level is set to silent, warn, or error
if (!logLevelDisplay) {
console.log(`
\u001b[36m\u001b[1mThank you for using Fluid Design System by ENGIE! You could help us by starring our library on GitHub \u2B50
\u001b[0m
\u001b[36mYou can now:
\u001b[36m🔎 Consult the documentation: https://www.engie.design/fluid-design-system/getting-started/developers
\u001b[36m🐛 Report a bug or suggest a new feature: https://github.tools.digital.engie.com/GBSEngieDigitalDesignSystem/fluid-design-system/issues
\u001b[36m🤓 Contribute to the library: https://github.tools.digital.engie.com/GBSEngieDigitalDesignSystem/fluid-design-system/pulls
\u001b[0m
\u001b[36mDrop us a line about how you are using the Design System: \u001b[1mcontact.design@engie.com
\u001b[0m
`);
}