Skip to content
View armamini's full-sized avatar

Block or report armamini

Report abuse

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

Report abuse

Pinned Loading

  1. dynaboil dynaboil Public

    A custom boilerplate for NestJS

    TypeScript

  2. pulse-guard pulse-guard Public archive

    Server Monitoring with Tracing

    TypeScript 1

  3. octo octo Public

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

    TypeScript 3

  4. wireit 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... Microservices Management Script - This script helps to start and stop multiple microservices using tmux and Docker Compose for running backing services.
    1
    #!/bin/bash
    2
    # @armamini
    3
    
                  
    4
    SESSION="microservices"
    5
    
                  
  6. Delete all 'console.log' lines acros... Delete all 'console.log' lines across anywhere of your project
    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) {