Skip to content

Instantly share code, notes, and snippets.

View pavlikm's full-sized avatar
👽

Michal Pavlik pavlikm

👽
  • RAS SK, a.s.
  • Žilina
View GitHub Profile
@royshouvik
royshouvik / console.ts
Last active October 4, 2022 00:12
Nestjs REPL
import 'dotenv/config';
import { NestFactory } from '@nestjs/core';
import * as repl from 'repl';
import * as Logger from 'purdy';
const LOGGER_OPTIONS = {
indent: 2,
depth: 1,
};