UNPKG

create-octoflare

Version:

🌤️ A CLI for creating new Octoflare projects

6 lines (5 loc) 243 B
import path from 'node:path'; import { fileURLToPath } from 'node:url'; const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirname(__filename); export const templateDir = path.resolve(__dirname, '../../../../template');