UNPKG

nsgm-cli

Version:

A CLI tool to run Next/Style-components and Graphql/Mysql fullstack project

4 lines (3 loc) 122 B
import { Command } from '../types'; export declare const devCommand: Command; export declare const startCommand: Command;