UNPKG

nsgm-cli

Version:

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

17 lines (16 loc) 442 B
/** * CLI 模块入口 */ export * from './types'; export * from './parser'; export * from './registry'; export * from './app'; export * from './commands/build'; export * from './commands/create'; export * from './commands/delete'; export * from './commands/export'; export * from './commands/help'; export * from './commands/init'; export * from './commands/server'; export * from './commands/upgrade'; export * from './commands/version';