Skip to content
View micalevisk's full-sized avatar
🇧🇷
HTTP 499 ~ Adding bugs to programs.‏‏‎
🇧🇷
HTTP 499 ~ Adding bugs to programs.‏‏‎

Highlights

  • Pro

Organizations

@dwyl @nestjs @NP-QP @tarkenag @nestjs-discord

Block or report micalevisk

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
micalevisk/README.md

Pinned Loading

  1. nestjs/nest nestjs/nest Public

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

    TypeScript 70.6k 7.8k

  2. nestjs-devtools-loader nestjs-devtools-loader Public

    A tiny dependency-free helper package to easily enable/disable NestJS DevTools (@nestjs/devtools-integration).

    JavaScript 7 1

  3. nestjs-conditional-exception-filter nestjs-conditional-exception-filter Public

    A tiny (dependency-free) utility to support attribute-based exception filtering for NestJS apps.

    TypeScript 19

  4. last-artifact-action last-artifact-action Public

    GitHub Action to download and read the last artifact uploaded on some GitHub repository.

    JavaScript

  5. last-issue-action last-issue-action Public

    GitHub Action to find and output the number of the last updated open issue that has given labels and state.

    TypeScript 2 1

  6. Production Dockerfile example for Ne... Production Dockerfile example for NestJS projects.
    1
    ## ===========================================================> The common stage
    2
    FROM node:16.14 AS base
    3
    ENV NODE_ENV=production
    4
    
                  
    5
    WORKDIR /app