zents-cli
Version:
ZenTS is a Node.js & TypeScript MVC-Framework for building rich web applications, released as free and open-source software under the MIT License. It is designed for building web applications with modern tools and design patterns.
8 lines (7 loc) • 331 B
TypeScript
export { run } from '@oclif/command';
export * as Build from './commands/build';
export * as Create from './commands/create';
export * as Dev from './commands/dev';
export * as AddController from './commands/add/controller';
export * as AddService from './commands/add/service';
export * as AddEntity from './commands/add/entity';