Skip to main content
Glama
deleonio
by deleonio
postinstall.js1.12 kB
module.exports = async () => { if (process.env.CI === 'true') { return; } const { default: chalk } = await import('chalk'); const { default: boxen } = await import('boxen'); const figlet = require('figlet'); const isGerman = (process.env.LANG || '').startsWith('de'); const title = chalk.cyan(figlet.textSync('KoliBri', { font: 'Standard' })); const english = [ 'Help us make KoliBri even more accessible!', '', '- Star our repo & submit pull requests', '- Give feedback via GitHub issues', '- Documentation – https://public-ui.github.io', '- Open Source – https://github.com/public-ui', ].join('\n'); const german = [ 'Hilf mit, KoliBri noch barrierefreier zu machen!', '', '- Starte unser Repo & reiche Pull-Requests ein', '- Gib Feedback über GitHub Issues', '- Dokumentation – https://public-ui.github.io', '- Open Source – https://github.com/public-ui', ].join('\n'); const message = isGerman ? german : english; console.log(title); console.log(boxen(message, { padding: 1, borderStyle: 'round' })); }; if (require.main === module) { module.exports(); }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'

If you have feedback or need assistance with the MCP directory API, please join our Discord server