UNPKG

create-hest-app

Version:

Create HestJS-powered applications with one command

9 lines (7 loc) 161 B
import { Injectable } from '@hestjs/core'; @Injectable() export class AppService { getHello(): string { return 'Welcome to HestJS CQRS Demo! 🚀'; } }