Skip to content
View armamini's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro

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 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. OWASP-Web-Checklist OWASP-Web-Checklist Public

    Forked from 0xRadi/OWASP-Web-Checklist

    OWASP Web Application Security Testing Checklist

  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) {