/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
_templates/usecase/new/command.ejs.t
6 строк
268 B
Paweł
feat: improve the command.create static function to be reused
09 авг 2022, 01:08
09 авг 2022, 01:08
bb51245
Код
Авторство
О чём код?
--- to: apps/api/src/app/<%= module %>/usecases/<%= name %>/<%= name %>.command.ts --- import { EnvironmentWithUserCommand } from '../../../shared/commands/project.command'; export class <%= h.changeCase.pascal(name) %>Command extends EnvironmentWithUserCommand {}