@mondaycom/apps-cli
Version:
A cli tool to manage apps (and monday-code projects) in monday.com
15 lines (14 loc) • 466 B
JavaScript
export const APP_TEMPLATES_CONFIG = [
{
name: 'Fullstack React + Node.js (TypeScript)',
githubUrl: 'https://github.com/mondaycom/welcome-apps',
folder: 'apps/quickstart-fullstack-react-node',
branch: 'master',
},
{
name: 'Integrations with Node.js (TypeScript)',
githubUrl: 'https://github.com/mondaycom/welcome-apps',
folder: 'apps/quickstart-integrations-ts',
branch: 'master',
},
];