Skip to content
View 0xDevansh's full-sized avatar

Block or report 0xDevansh

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. toggl-discord-timelogger toggl-discord-timelogger Public

    A Toggl Track time logger as a Discord bot

    JavaScript 1

  2. djs-marshal djs-marshal Public

    A slash command handler for discord.js v13

    TypeScript 3 1

  3. github-deploy-inator github-deploy-inator Public

    A program to automatically run code based on GH webhooks

    Go 1 3

  4. itch-scraper itch-scraper Public

    An npm package to scrape itch.io and get data on games and authors

    TypeScript 5

  5. Setting up ESLint Prettier in a Type... Setting up ESLint Prettier in a Typescript project
    1
    Based on https://robertcooper.me/post/using-eslint-and-prettier-in-a-typescript-project
    2
    
                  
    3
    ### Install dependencies
    4
    ```
    5
    yarn add eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin prettier eslint-config-prettier eslint-plugin-prettier --dev