Skip to content
View armamini's full-sized avatar

Block or report armamini

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. dynaboil Public

    A custom boilerplate for NestJS

    TypeScript

  2. pulse-guard Public archive

    Server Monitoring with Tracing

    TypeScript 1

  3. octo Public

    An experimental full-stack, fully type-safe pnpm monorepo with NestJS, NextJS & tRPC

    TypeScript 3

  4. wireit Public

    Forked from google/wireit

    Wireit upgrades your npm/pnpm/yarn scripts to make them smarter and more efficient.

    TypeScript 2

  5. Microservices Management Script - Th...
    1
    #!/bin/bash
    2
    # @armamini
    3
    
                  
    4
    SESSION="microservices"
    5
    
                  
  6. Delete all 'console.log' lines acros...
    1
    const fs = require('fs');
    2
    const path = require('path');
    3
    
                  
    4
    // Recursive function to get all .ts and .js files in a directory
    5
    function getFiles(dir) {