Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 239 Bytes

File metadata and controls

12 lines (10 loc) · 239 Bytes

selyo-api-v2

Development

creating new

MODULE=collection && \
nest g service $MODULE --no-spec && \
nest g controller $MODULE --no-spec && \
nest g interface $MODULE --no-spec && \
touch src/$MODULE/$MODULE.repository.ts