UNPKG

@guyycodes/plugin-sdk

Version:

AI-powered plugin scaffolding tool - Create full-stack applications with 7+ AI models, 50+ business integrations, and production-ready infrastructure

10 lines (7 loc) 186 B
const fs = require('fs-extra'); const path = require('path'); async function createGitHubWorkflow(projectPath, projectName, backendType) { } module.exports = { createGitHubWorkflow };