Skip to content
View ankit-lilly's full-sized avatar

Block or report ankit-lilly

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. react-vite-pwa-mui-skeleton react-vite-pwa-mui-skeleton Public

    Seed for React PWA with Vite and Material UI

    TypeScript

  2. medableCLI medableCLI Public

    A CLI tool for interacting with Medable APIs

    JavaScript

  3. Shell command to setup my basic .vimrc Shell command to setup my basic .vimrc
    1
    #!/bin/bash
    2
    
                  
    3
    # Backup existing .vimrc file
    4
    if [ -f "$HOME/.vimrc" ]; then
    5
        echo "Backing up existing .vimrc to .vimrc.backup"
  4. newsapp newsapp Public

    News reader portal built with HTMX and GO

    Go