UNPKG

coral-reef

Version:

A powerfull Next.js setup with so many no conf features

13 lines (12 loc) 249 B
#!/usr/bin/env node declare const chalk: any; declare const clear: any; declare const figlet: any; declare const path: any; declare const inquirer: any; interface obj { type: string; name: string; message: string; default: string; }