UNPKG

create-octoflare

Version:

🌤️ A CLI for creating new Octoflare projects

3 lines (2 loc) 130 B
import { Params } from '../types/Params.js'; export declare const output: ({ name, slug, description, owner }: Params) => string;